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

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

Issue 1085453003: IDL: Add support for [Unscopeable] on attributes and methods (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: install @@unscopables on prototype object Created 5 years, 8 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/modules/TestPartialInterface3.idl
diff --git a/Source/bindings/tests/idls/modules/TestPartialInterface3.idl b/Source/bindings/tests/idls/modules/TestPartialInterface3.idl
index 9e851575f222ada6062a76a6a1370b091bddb04f..67b000964c8ca529e2dea8000555979a66ecd9fe 100644
--- a/Source/bindings/tests/idls/modules/TestPartialInterface3.idl
+++ b/Source/bindings/tests/idls/modules/TestPartialInterface3.idl
@@ -44,4 +44,6 @@
void partial2VoidMethod(Node node);
void partialVoidTestEnumModulesArgMethod(TestEnumModules arg);
static void partial2StaticVoidMethod(DOMString value);
+
+ [Unscopeable] void unscopeableVoidMethod();
};

Powered by Google App Engine
This is Rietveld 408576698