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

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

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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/TestInterface.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/TestInterface2.idl
diff --git a/bindings/tests/idls/core/TestInterface2.idl b/bindings/tests/idls/core/TestInterface2.idl
index 02de68e29664a71e36300530d76c6c301c373c3d..18ab03fd20bb07329e58028507add950e8da39f5 100644
--- a/bindings/tests/idls/core/TestInterface2.idl
+++ b/bindings/tests/idls/core/TestInterface2.idl
@@ -35,7 +35,7 @@
[
Constructor,
- DependentLifetime, // Covered by [ActiveDOMObject]
+ DependentLifetime, // Covered by [DependentLifetime]
SetWrapperReferenceFrom=ownerNode, // Conflicts with [SetWrapperReferenceTo]
// Note that Exposed(Arguments) has no effect on bindings-tests. It is
// processed in generate_global_constructors.py.
@@ -46,12 +46,12 @@
// Indexed property operations with an identifier
[RaisesException] getter TestInterfaceEmpty item(unsigned long index);
- [RaisesException, TypeChecking=Interface] setter TestInterfaceEmpty setItem(unsigned long index, TestInterfaceEmpty value);
+ [RaisesException] setter TestInterfaceEmpty setItem(unsigned long index, TestInterfaceEmpty value);
[RaisesException] deleter boolean deleteItem(unsigned long index);
// Named property operations with an identifier
[RaisesException] getter TestInterfaceEmpty namedItem(DOMString name);
- [RaisesException, TypeChecking=Interface] setter TestInterfaceEmpty setNamedItem(DOMString name, TestInterfaceEmpty? value);
+ [RaisesException] setter TestInterfaceEmpty setNamedItem(DOMString name, TestInterfaceEmpty? value);
[RaisesException] deleter boolean deleteNamedItem(DOMString name);
stringifier DOMString stringifierMethod();
« no previous file with comments | « bindings/tests/idls/core/TestInterface.idl ('k') | bindings/tests/idls/core/TestInterfaceAccessors.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698