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

Unified Diff: bindings/tests/idls/modules/TestPartialInterface3.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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 | « bindings/tests/idls/modules/TestInterface5.idl ('k') | core/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bindings/tests/idls/modules/TestPartialInterface3.idl
diff --git a/bindings/tests/idls/modules/TestPartialInterface3.idl b/bindings/tests/idls/modules/TestPartialInterface3.idl
index d09f7bdec30b6b323312e886df5c1e094af2a277..353454edc1cf7f7f7f1c46679e4ef17bae851df0 100644
--- a/bindings/tests/idls/modules/TestPartialInterface3.idl
+++ b/bindings/tests/idls/modules/TestPartialInterface3.idl
@@ -30,16 +30,19 @@
[
ImplementedAs=TestPartialInterfaceImplementation3,
- PerContextEnabled=PartialContextName3,
] partial interface TestInterface {
const unsigned short PARTIAL3_UNSIGNED_SHORT = 0;
- attribute long partial3LongAttribute;
- static attribute long partial3StaticLongAttribute;
-
void voidMethodPartialOverload(DOMString value);
- static void voidMethodPartialOverload(DOMString value);
+ static void staticVoidMethodPartialOverload(DOMString value);
+
+ Promise promiseMethodPartialOverload(Document document);
+ static Promise staticPromiseMethodPartialOverload(DOMString value);
void partial2VoidMethod(DOMString value);
+ void partial2VoidMethod(Node node);
+ void partialVoidTestEnumModulesArgMethod(TestEnumModules arg);
static void partial2StaticVoidMethod(DOMString value);
+
+ [Unscopeable] void unscopeableVoidMethod();
};
« no previous file with comments | « bindings/tests/idls/modules/TestInterface5.idl ('k') | core/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698