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

Unified Diff: Source/bindings/tests/idls/TestImplements.idl

Issue 37263002: Unify the GlobalEventHandlers list on the C++ side (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: one list to rule the C++ side Created 7 years, 2 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
Index: Source/bindings/tests/idls/TestImplements.idl
diff --git a/Source/bindings/tests/idls/TestImplements.idl b/Source/bindings/tests/idls/TestImplements.idl
index 71c01e34239418e6533821aead1cf39cbafdee59..eaaedcf5e647fe47216fb891e79c092e7e20a9b7 100644
--- a/Source/bindings/tests/idls/TestImplements.idl
+++ b/Source/bindings/tests/idls/TestImplements.idl
@@ -35,6 +35,7 @@ interface TestImplements {
attribute DOMString implementsStr2;
[Custom] attribute DOMString implementsStr3;
attribute Node implementsNode;
+ attribute EventHandler eventHandlerAttribute;
void implementsMethod1();
[CallWith=ExecutionContext, RaisesException] TestObject implementsMethod2(DOMString strArg, TestObject objArg);

Powered by Google App Engine
This is Rietveld 408576698