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

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

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « bindings/tests/idls/core/TestObject.idl ('k') | bindings/tests/idls/core/TestPartialInterface4.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bindings/tests/idls/core/TestPartialInterface.idl
diff --git a/bindings/tests/idls/core/TestPartialInterface.idl b/bindings/tests/idls/core/TestPartialInterface.idl
index 2981f871a0949c2f6758fdfc7dc9387d56bedcbf..0bc42acce806c2ef882564fa2cb37681d1a0bb46 100644
--- a/bindings/tests/idls/core/TestPartialInterface.idl
+++ b/bindings/tests/idls/core/TestPartialInterface.idl
@@ -37,10 +37,10 @@ typedef DOMString PartialString;
callback PartialCallbackType = void (PartialString value);
[
- Conditional=PARTIAL_CONDITION,
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 | « bindings/tests/idls/core/TestObject.idl ('k') | bindings/tests/idls/core/TestPartialInterface4.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698