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

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 bindings generator 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/TestNode.idl
diff --git a/Source/bindings/tests/idls/TestNode.idl b/Source/bindings/tests/idls/TestNode.idl
index 6231c1fc6fcd0b78e1e3570c8edbc30fbef51e65..a1b13e417e15a9eec9a4c2602a864d6289c3c903 100644
--- a/Source/bindings/tests/idls/TestNode.idl
+++ b/Source/bindings/tests/idls/TestNode.idl
@@ -22,5 +22,7 @@
Constructor,
DependentLifetime
] interface TestNode : Node {
+ attribute DOMString href;
haraken 2013/10/15 00:15:37 Shall we add a comment that these attributes are f
+ [SetterRaisesException] attribute DOMString hrefThrows;
};

Powered by Google App Engine
This is Rietveld 408576698