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

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

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 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
« no previous file with comments | « bindings/tests/idls/core/TestInterface2.idl ('k') | bindings/tests/idls/core/TestInterfaceAccessors.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bindings/tests/idls/core/TestInterface3.idl
diff --git a/bindings/tests/idls/core/TestInterface3.idl b/bindings/tests/idls/core/TestInterface3.idl
index 2e209864a6616d723f39da580a75133bd788b071..4470f7c465d86cd09ab970e181c2a1b08fa766c8 100644
--- a/bindings/tests/idls/core/TestInterface3.idl
+++ b/bindings/tests/idls/core/TestInterface3.idl
@@ -35,6 +35,7 @@
[
Custom=VisitDOMWrapper, // Conflict with [SetWrapperReferenceTo] and [SetWrapperReferenceFrom]
+ NoImplHeader,
] interface TestInterface3 {
[Custom] getter boolean (unsigned long index);
[Custom] setter boolean (unsigned long index, Node value);
@@ -43,4 +44,9 @@
[Custom=(PropertyGetter,PropertyEnumerator,PropertyQuery)] getter Node (DOMString name);
[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 | « bindings/tests/idls/core/TestInterface2.idl ('k') | bindings/tests/idls/core/TestInterfaceAccessors.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698