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

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

Issue 1163893002: binding: Supports static operations/attrs returning non-primitive types. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added a comment. Created 5 years, 7 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/v8_types.py ('k') | Source/bindings/tests/results/core/V8TestInterface.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 df17879b2538ca8f117a9d64992d51362fdd66f8..1b80595c022ebf0e327ce6ed17377692ce6fa1f5 100644
--- a/Source/bindings/tests/idls/core/TestInterface.idl
+++ b/Source/bindings/tests/idls/core/TestInterface.idl
@@ -61,6 +61,7 @@
attribute TestEnum testEnumAttribute;
attribute DOMStringOrDouble stringOrDoubleAttribute;
static attribute DOMString staticStringAttribute;
+ static attribute TestInterface staticReturnDOMWrapperAttribute;
[LegacyInterfaceTypeChecking] attribute TestInterfaceEmpty legacyInterfaceTypeCheckingAttribute;
void voidMethodTestInterfaceEmptyArg(TestInterfaceEmpty testInterfaceEmptyArg);
@@ -90,6 +91,7 @@
static void alwaysExposedStaticMethod();
[Exposed=Worker] static void workerExposedStaticMethod();
[Exposed=Window] static void windowExposedStaticMethod();
+ static TestInterface staticReturnDOMWrapperMethod();
attribute long alwaysExposedAttribute;
[Exposed=Worker] attribute long workerExposedAttribute;
« no previous file with comments | « Source/bindings/scripts/v8_types.py ('k') | Source/bindings/tests/results/core/V8TestInterface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698