| Index: Source/bindings/tests/idls/TestObject.idl
|
| diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
|
| index 984f9baa44c8c24fdfb813578b36955d34642d82..ead532cfeed849baae48d9cd73e78c443b331e29 100644
|
| --- a/Source/bindings/tests/idls/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/TestObject.idl
|
| @@ -179,7 +179,7 @@ callback TestCallbackFunction = void (TestEnumType formal1, TestObject formal2);
|
| // 'Conditional' extended attribute
|
| [Conditional=Condition1] attribute long conditionalAttr1;
|
| [Conditional=Condition1&Condition2] attribute long conditionalAttr2;
|
| - [Conditional=Condition1|Condition2] attribute long conditionalAttr3;
|
| + [Conditional=Condition1|Condition2|Condition3] attribute long conditionalAttr3;
|
|
|
| // 'Conditional' extended method
|
| [Conditional=Condition1] DOMString conditionalMethod1();
|
|
|