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

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

Issue 144033007: IDL compiler: ForMainWorld for method arguments (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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 | « Source/bindings/templates/methods.cpp ('k') | Source/bindings/tests/idls/TestObjectPython.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestInterfaceNode.idl
diff --git a/Source/bindings/tests/idls/TestInterfaceNode.idl b/Source/bindings/tests/idls/TestInterfaceNode.idl
index 022fb60e746b89882411507eea06e2d5fb8e2335..25c62a5bf7702edaffece6ae47495dba5975bab9 100644
--- a/Source/bindings/tests/idls/TestInterfaceNode.idl
+++ b/Source/bindings/tests/idls/TestInterfaceNode.idl
@@ -38,4 +38,5 @@ interface TestInterfaceNode : Node {
TestInterfaceEmpty testInterfaceEmptyMethod();
[PerWorldBindings] TestInterfaceEmpty perWorldBindingsTestInterfaceEmptyMethod();
+ [PerWorldBindings] TestInterfaceEmpty perWorldBindingsTestInterfaceEmptyMethodOptionalBooleanArg(optional boolean optionalBooleanArgument);
};
« no previous file with comments | « Source/bindings/templates/methods.cpp ('k') | Source/bindings/tests/idls/TestObjectPython.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698