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

Unified Diff: third_party/WebKit/Source/bindings/tests/idls/modules/TestInterfacePartial3.idl

Issue 2341673004: [Binding] Replace 'Unscopeable' with 'Unscopable' (Closed)
Patch Set: . Created 4 years, 3 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: third_party/WebKit/Source/bindings/tests/idls/modules/TestInterfacePartial3.idl
diff --git a/third_party/WebKit/Source/bindings/tests/idls/modules/TestInterfacePartial3.idl b/third_party/WebKit/Source/bindings/tests/idls/modules/TestInterfacePartial3.idl
index d2c71145ebcee8947fdde7bb2864e7b70aa8f392..946f9cf097b1827e29d49df973c8e9f31d5f36d7 100644
--- a/third_party/WebKit/Source/bindings/tests/idls/modules/TestInterfacePartial3.idl
+++ b/third_party/WebKit/Source/bindings/tests/idls/modules/TestInterfacePartial3.idl
@@ -44,5 +44,5 @@
void partialVoidTestEnumModulesArgMethod(TestEnumModules arg);
static void partial2StaticVoidMethod(DOMString value);
- [Unscopeable] void unscopeableVoidMethod();
+ [Unscopable] void unscopableVoidMethod();
};

Powered by Google App Engine
This is Rietveld 408576698