Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(485)

Unified Diff: third_party/WebCore/dom/EventTarget.idl

Issue 10542124: Roll IDL to multivm@603 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebCore/dom/Document.idl ('k') | third_party/WebCore/dom/ShadowRoot.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/dom/EventTarget.idl
diff --git a/third_party/WebCore/dom/EventTarget.idl b/third_party/WebCore/dom/EventTarget.idl
index f1b0ef023d5aab01c23c1f89d48fa0dc9e961d13..bd98d044843a9183b21765db32ebda79ac362136 100644
--- a/third_party/WebCore/dom/EventTarget.idl
+++ b/third_party/WebCore/dom/EventTarget.idl
@@ -24,7 +24,9 @@ module events {
interface [
ObjCProtocol,
CPPPureInterface,
- OmitConstructor
+ OmitConstructor,
+ JSCustomToJSObject,
+ JSCustomToNativeObject
] EventTarget {
[ObjCLegacyUnnamedParameters] void addEventListener(in DOMString type,
in EventListener listener,
« no previous file with comments | « third_party/WebCore/dom/Document.idl ('k') | third_party/WebCore/dom/ShadowRoot.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698