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

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

Issue 894693005: IDL: Auto-declare implied methods only if not otherwise declared (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix spelling 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
« no previous file with comments | « Source/bindings/scripts/v8_interface.py ('k') | Source/bindings/tests/results/core/V8TestInterface3.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 19111941275e8dc15889ab4ddeb978e663fa2292..c654ea8f5e9f609e96d904889e76d31f30cce9cf 100644
--- a/Source/bindings/tests/idls/core/TestInterface3.idl
+++ b/Source/bindings/tests/idls/core/TestInterface3.idl
@@ -46,4 +46,5 @@
[Custom] deleter boolean (DOMString name);
[RuntimeEnabled=FeatureName] iterable<any>;
+ [RuntimeEnabled=FeatureName, CallWith=ScriptState, RaisesException, ImplementedAs=iterableKeys] Iterator keys();
};
« no previous file with comments | « Source/bindings/scripts/v8_interface.py ('k') | Source/bindings/tests/results/core/V8TestInterface3.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698