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; |