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

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

Issue 114813006: IDL compiler: [SetReference] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/bindings/tests/idls/TestInterface.idl
diff --git a/Source/bindings/tests/idls/TestInterface.idl b/Source/bindings/tests/idls/TestInterface.idl
index cfc71764961013b8790a5266e979e1c8e70aed2c..10e975ffbd8eca0b100a9f52bd3ed987a8861969 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);

Powered by Google App Engine
This is Rietveld 408576698