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

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

Issue 26792002: Reland: Reland: Implement new Blink IDL attribute [SetReference] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: SetReference Created 7 years, 2 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
Index: Source/bindings/tests/idls/TestInterface.idl
diff --git a/Source/bindings/tests/idls/TestInterface.idl b/Source/bindings/tests/idls/TestInterface.idl
index 393224cccbddecf34fffa28790f8a60fe9024ce2..e6a813fec00709025a61de2668871fffc8b7e27b 100644
--- a/Source/bindings/tests/idls/TestInterface.idl
+++ b/Source/bindings/tests/idls/TestInterface.idl
@@ -33,7 +33,8 @@
Conditional=Condition1|Condition2,
ConstructorCallWith=ExecutionContext,
Constructor(DOMString str1, [Default=Undefined] optional DOMString str2),
- ConstructorRaisesException
+ ConstructorRaisesException,
+ SetReference(ReferencedType ReferencedName)
haraken 2013/10/17 03:28:22 ReferencedName => referencedName
kouhei (in TOK) 2013/10/17 05:17:23 Done.
] 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