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

Unified Diff: Source/bindings/tests/idls/core/TestPartialInterface.idl

Issue 1329653003: [bindings] Club related constants for a runtime enabled flag in a single |if| block (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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: Source/bindings/tests/idls/core/TestPartialInterface.idl
diff --git a/Source/bindings/tests/idls/core/TestPartialInterface.idl b/Source/bindings/tests/idls/core/TestPartialInterface.idl
index 2981f871a0949c2f6758fdfc7dc9387d56bedcbf..b4492463754be7863092cc5ad6b079e78acba6e5 100644
--- a/Source/bindings/tests/idls/core/TestPartialInterface.idl
+++ b/Source/bindings/tests/idls/core/TestPartialInterface.idl
@@ -41,6 +41,7 @@ callback PartialCallbackType = void (PartialString value);
RuntimeEnabled=PartialFeatureName,
] partial interface TestInterface {
const unsigned short PARTIAL_UNSIGNED_SHORT = 0;
+ const double PARTIAL_DOUBLE = 3.14;
attribute long partialLongAttribute;
static attribute long partialStaticLongAttribute;
« no previous file with comments | « Source/bindings/tests/idls/core/TestObject.idl ('k') | Source/bindings/tests/results/core/V8TestInterface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698