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

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

Issue 1008353002: bindings: Reduces the binary size by reducing # of callback functions. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. 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
« no previous file with comments | « Source/bindings/templates/interface_base.cpp ('k') | Source/bindings/tests/results/core/V8ArrayBuffer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 367550aa163453fa8169c45dab129970d18d2ef2..e0f6442166650f40053883566812f0d3f9f19f1a 100644
--- a/Source/bindings/tests/idls/core/TestInterface.idl
+++ b/Source/bindings/tests/idls/core/TestInterface.idl
@@ -52,6 +52,8 @@
[Measure] attribute TestInterface testInterfaceAttribute; // Self-referential interface type with [ImplementedAs]
attribute TestInterfaceConstructor testInterfaceConstructorAttribute;
+ attribute TestInterfaceConstructor TestInterface;
+ attribute TestInterface2Constructor TestInterface2;
attribute double doubleAttribute;
attribute float floatAttribute;
attribute unrestricted double unrestrictedDoubleAttribute;
« no previous file with comments | « Source/bindings/templates/interface_base.cpp ('k') | Source/bindings/tests/results/core/V8ArrayBuffer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698