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

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

Issue 140693016: IDL compiler: interface and integer types for special operations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Typo Created 6 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 | « Source/bindings/templates/interface.cpp ('k') | Source/bindings/tests/idls/TestSpecialOperationsInt.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestSpecialOperationsIdentifierRaisesException.idl
diff --git a/Source/bindings/tests/idls/TestSpecialOperationsIdentifierRaisesException.idl b/Source/bindings/tests/idls/TestSpecialOperationsIdentifierRaisesException.idl
index 7cb8f08d26ff905a148514be4686cd168ce72dd3..b7c62587337a93b5db6be03002df99db5f26585b 100644
--- a/Source/bindings/tests/idls/TestSpecialOperationsIdentifierRaisesException.idl
+++ b/Source/bindings/tests/idls/TestSpecialOperationsIdentifierRaisesException.idl
@@ -30,12 +30,12 @@
interface TestSpecialOperationsIdentifierRaisesException {
// Indexed property operations with an identifier
- [RaisesException] getter DOMString item(unsigned long index);
+ [RaisesException] getter TestInterfaceEmpty item(unsigned long index);
[RaisesException] setter DOMString setItem(unsigned long index, DOMString value);
[RaisesException] deleter boolean deleteItem(unsigned long index);
// Named property operations with an identifier
- [RaisesException] getter DOMString namedItem(DOMString name);
+ [RaisesException] getter TestInterfaceEmpty namedItem(DOMString name);
[RaisesException] setter DOMString setNamedItem(DOMString name, DOMString value);
[RaisesException] deleter boolean deleteNamedItem(DOMString name);
};
« no previous file with comments | « Source/bindings/templates/interface.cpp ('k') | Source/bindings/tests/idls/TestSpecialOperationsInt.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698