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

Unified Diff: Source/bindings/tests/idls/modules/TestInterface5.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/TestInterface5.idl
diff --git a/Source/bindings/tests/idls/modules/TestInterface5.idl b/Source/bindings/tests/idls/modules/TestInterface5.idl
index 521f1bb5368e88943d163ad45beb8387b876cc9e..2fe76837348fcf038ad32954e355f44f2e842ef7 100644
--- a/Source/bindings/tests/idls/modules/TestInterface5.idl
+++ b/Source/bindings/tests/idls/modules/TestInterface5.idl
@@ -31,6 +31,8 @@
// Test for interface extended attributes and special operations.
// Also used as a target by TestObject
+enum TestEnumModules { "EnumModulesValue1", "EnumModulesValue2" };
+
[
ActiveDOMObject,
Conditional=CONDITION,
« no previous file with comments | « Source/bindings/tests/idls/core/TestInterface.idl ('k') | Source/bindings/tests/idls/modules/TestPartialInterface3.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698