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

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

Issue 27207002: Add support for [PutForwards] IDL extended attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix nits 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
« no previous file with comments | « Source/bindings/scripts/code_generator_v8.pm ('k') | Source/bindings/tests/idls/TestObject.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestNode.idl
diff --git a/Source/bindings/tests/idls/TestNode.idl b/Source/bindings/tests/idls/TestNode.idl
index 6231c1fc6fcd0b78e1e3570c8edbc30fbef51e65..d18d35f429555c8a32fff3269775d08ebf546196 100644
--- a/Source/bindings/tests/idls/TestNode.idl
+++ b/Source/bindings/tests/idls/TestNode.idl
@@ -22,5 +22,8 @@
Constructor,
DependentLifetime
] interface TestNode : Node {
+ // These attributes are needed to test [PutForwards] in TestObject.idl.
+ attribute DOMString href;
+ [SetterRaisesException] attribute DOMString hrefThrows;
};
« no previous file with comments | « Source/bindings/scripts/code_generator_v8.pm ('k') | Source/bindings/tests/idls/TestObject.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698