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

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

Issue 114813006: IDL compiler: [SetReference] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: gclw Created 7 years 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/TestInterfacePython.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestInterface.idl
diff --git a/Source/bindings/tests/idls/TestInterface.idl b/Source/bindings/tests/idls/TestInterface.idl
index 8a87f4b7b972dd498f7214fbdfb5591a0e0cc431..c80fb1ef9ad9739a901e1cfef2efce19efc864c6 100644
--- a/Source/bindings/tests/idls/TestInterface.idl
+++ b/Source/bindings/tests/idls/TestInterface.idl
@@ -34,7 +34,7 @@
ConstructorCallWith=ExecutionContext,
Constructor(DOMString str1, [Default=Undefined] optional DOMString str2),
RaisesException=Constructor,
- SetReference(ReferencedType referencedName)
+ SetReference(ReferencedType referencedName),
] interface TestInterface {
[ImplementedAs=getItem] getter (Node or NodeList)(DOMString name);
[Custom] setter Node (DOMString name, Node value);
« no previous file with comments | « Source/bindings/templates/interface.cpp ('k') | Source/bindings/tests/idls/TestInterfacePython.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698