| Index: Source/bindings/tests/idls/TestPartialInterface.idl
|
| diff --git a/Source/bindings/tests/idls/TestPartialInterface.idl b/Source/bindings/tests/idls/TestPartialInterface.idl
|
| index 3e7587b3c9f1ae77903d56ddf04bf2fd354f7935..8e4d95dd0f1d30e94095d5e77e02c9fa27f11bb6 100644
|
| --- a/Source/bindings/tests/idls/TestPartialInterface.idl
|
| +++ b/Source/bindings/tests/idls/TestPartialInterface.idl
|
| @@ -39,7 +39,7 @@
|
| attribute Node supplementalNode;
|
|
|
| void supplementalMethod1();
|
| - [CallWith=ScriptExecutionContext, RaisesException] TestObj supplementalMethod2(DOMString strArg, TestObj objArg);
|
| + [CallWith=ScriptExecutionContext, RaisesException] TestObject supplementalMethod2(DOMString strArg, TestObject objArg);
|
| [Custom] void supplementalMethod3();
|
| static void supplementalMethod4();
|
|
|
|
|