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

Unified Diff: Source/bindings/tests/idls/TestObject.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/TestObject.idl
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
index 5f467ff40bfa3d68b8bf08b5a8c019f85a5f1be6..72988bf93f6f6b4e4baf0a3572bd687d47598a53 100644
--- a/Source/bindings/tests/idls/TestObject.idl
+++ b/Source/bindings/tests/idls/TestObject.idl
@@ -304,6 +304,10 @@ callback TestCallbackFunction = void (TestEnumType formal1, TestObject formal2);
[DeprecateAs=StaticMethod] static void deprecatedStaticMethod();
[DeprecateAs=Constant] const unsigned short DEPRECATED_CONSTANT = 1;
+
+ // PutForwards
+ [PutForwards=href] readonly attribute TestNode location;
+ [PutForwards=hrefThrows] readonly attribute TestNode locationWithException;
};
// The following comment should not generate any code

Powered by Google App Engine
This is Rietveld 408576698