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

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

Issue 831483004: IDL: Make enums have global visibility (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
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 5ad9cc8b2e22afb8a7cc41dc3d5b16a3c0cf4c7a..9e851575f222ada6062a76a6a1370b091bddb04f 100644
--- a/Source/bindings/tests/idls/modules/TestPartialInterface3.idl
+++ b/Source/bindings/tests/idls/modules/TestPartialInterface3.idl
@@ -42,5 +42,6 @@
void partial2VoidMethod(DOMString value);
void partial2VoidMethod(Node node);
+ void partialVoidTestEnumModulesArgMethod(TestEnumModules arg);
static void partial2StaticVoidMethod(DOMString value);
};
« no previous file with comments | « Source/bindings/tests/idls/modules/TestInterface5.idl ('k') | Source/bindings/tests/results/core/V8TestDictionary.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698