[Webkit-unassigned] [Bug 25192] New: Make DOMWindow:: inlineEventListenerForType public
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 14 17:08:17 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=25192
Summary: Make DOMWindow:: inlineEventListenerForType public
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: eroman at chromium.org
CC: ggaren at apple.com, dglazkov at chromium.org
I would like to make these methods of DOMWindow public (currently private):
void removeInlineEventListenerForType(const AtomicString& eventType);
EventListener* inlineEventListenerForType(const AtomicString&
eventType)
These used to be public, and live in Document. They were moved in
<http://trac.webkit.org/changeset/42446>. This change broke chromium which uses
the methods in
<http://src.chromium.org/viewvc/chrome/trunk/src/webkit/port/bindings/v8/v8_custom.cpp>.
By making the renamed methods public again, I can easily update v8_custom.cpp
to build again.
Will attach a patch.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list