[webkit-reviews] review granted: [Bug 21432] Auto-generate the DOMEventTarget protocol implementation for DOMNode and DOMSVGElementInstance : [Attachment 24149] Proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 7 10:30:58 PDT 2008


Darin Adler <darin at apple.com> has granted Timothy Hatcher
<timothy at hatcher.name>'s request for review:
Bug 21432: Auto-generate the DOMEventTarget protocol implementation for DOMNode
and DOMSVGElementInstance
https://bugs.webkit.org/show_bug.cgi?id=21432

Attachment 24149: Proposed patch
https://bugs.webkit.org/attachment.cgi?id=24149&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
+ #if defined(LANGUAGE_OBJECTIVE_C)
+	  : Object, EventTarget
+ #endif /* defined(LANGUAGE_OBJECTIVE_C) */

What's "Object" here and why is it needed? Why does this need to be
ObjC-specific?


More information about the webkit-reviews mailing list