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

Unified Diff: Source/bindings/tests/idls/core/TestInterface3.idl

Issue 938403007: Support [TypeChecking] on dependent/partial interfaces. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: follow naming convention for to_list helper Created 5 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
Index: Source/bindings/tests/idls/core/TestInterface3.idl
diff --git a/Source/bindings/tests/idls/core/TestInterface3.idl b/Source/bindings/tests/idls/core/TestInterface3.idl
index c654ea8f5e9f609e96d904889e76d31f30cce9cf..4470f7c465d86cd09ab970e181c2a1b08fa766c8 100644
--- a/Source/bindings/tests/idls/core/TestInterface3.idl
+++ b/Source/bindings/tests/idls/core/TestInterface3.idl
@@ -45,6 +45,8 @@
[Custom] setter Node (DOMString name, Node value);
[Custom] deleter boolean (DOMString name);
+ void voidMethodDocument(Document document);
+
[RuntimeEnabled=FeatureName] iterable<any>;
[RuntimeEnabled=FeatureName, CallWith=ScriptState, RaisesException, ImplementedAs=iterableKeys] Iterator keys();
};
« no previous file with comments | « Source/bindings/scripts/interface_dependency_resolver.py ('k') | Source/bindings/tests/idls/core/TestPartialInterface4.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698