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