| Index: Source/bindings/tests/idls/TestPartialInterface.idl
|
| diff --git a/Source/bindings/tests/idls/TestPartialInterface.idl b/Source/bindings/tests/idls/TestPartialInterface.idl
|
| index 1c1c12bca8b04a6763be38362e469bd6282325f3..99f0279510a9dc69fe3524dfc5797e12955dbcf4 100644
|
| --- a/Source/bindings/tests/idls/TestPartialInterface.idl
|
| +++ b/Source/bindings/tests/idls/TestPartialInterface.idl
|
| @@ -29,7 +29,7 @@
|
| // This IDL file is for testing the bindings code generator and for tracking
|
| // changes in its ouput.
|
| [
|
| - Conditional=Condition11|Condition12
|
| + Conditional=CONDITION_PARTIAL,
|
| ] partial interface TestInterface {
|
| static readonly attribute long supplementalStaticReadOnlyAttr;
|
| static attribute DOMString supplementalStaticAttr;
|
|
|