| Index: Source/bindings/tests/idls/TestCustomToV8Interface.idl
|
| diff --git a/Source/bindings/tests/idls/TestCustomWrapInterface.idl b/Source/bindings/tests/idls/TestCustomToV8Interface.idl
|
| similarity index 96%
|
| copy from Source/bindings/tests/idls/TestCustomWrapInterface.idl
|
| copy to Source/bindings/tests/idls/TestCustomToV8Interface.idl
|
| index a0209abb93a1c99b71a3952cdd1e71cb6fe68aeb..38ff1fa421f04c3bfaeb4c1964e5510f6de930e1 100644
|
| --- a/Source/bindings/tests/idls/TestCustomWrapInterface.idl
|
| +++ b/Source/bindings/tests/idls/TestCustomToV8Interface.idl
|
| @@ -29,6 +29,6 @@
|
| */
|
|
|
| [
|
| - CustomWrap,
|
| -] interface TestCustomWrapInterface {
|
| + CustomToV8,
|
| +] interface TestCustomToV8Interface {
|
| };
|
|
|