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

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

Issue 1004503004: IDL: Add support for serializer definitions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@V8ObjectBuilder
Patch Set: Created 5 years, 9 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/core/TestInterface.idl
diff --git a/Source/bindings/tests/idls/core/TestInterface.idl b/Source/bindings/tests/idls/core/TestInterface.idl
index e0f6442166650f40053883566812f0d3f9f19f1a..e19b2d5cf7bafaec9174aa545e272c15c3c6eff3 100644
--- a/Source/bindings/tests/idls/core/TestInterface.idl
+++ b/Source/bindings/tests/idls/core/TestInterface.idl
@@ -80,6 +80,7 @@
deleter boolean (DOMString name);
[NotEnumerable] stringifier;
+ [NotEnumerable, RaisesException] serializer;
bashi 2015/03/26 02:26:17 Just a question: Does this CL support all forms of
Jens Widell 2015/03/26 05:34:10 The base parser supports all forms. Thus CL mostly
// Per-method [Exposed] annotation support.
void alwaysExposedMethod();

Powered by Google App Engine
This is Rietveld 408576698