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

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

Issue 133583002: IDL compiler: methods in Node interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 11 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/TestInterfaceNode.idl
diff --git a/Source/bindings/tests/idls/TestInterfaceNode.idl b/Source/bindings/tests/idls/TestInterfaceNode.idl
index 478ed1baea7fe8805bc16daef7849e3a230374ce..553035a628e8b1f4918383b0c6fdf42caf4cf850 100644
--- a/Source/bindings/tests/idls/TestInterfaceNode.idl
+++ b/Source/bindings/tests/idls/TestInterfaceNode.idl
@@ -36,4 +36,6 @@
attribute EventHandler eventHandlerAttribute;
[Reflect] attribute DOMString reflectStringAttribute;
[Reflect, URL] attribute DOMString reflectUrlStringAttribute;
+
+ TestInterfaceEmpty testInterfaceEmptyMethod();
};
« no previous file with comments | « Source/bindings/scripts/unstable/v8_methods.py ('k') | Source/bindings/tests/results/V8TestInterfaceNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698