Index: bindings/tests/idls/core/TestInterfaceEventInit.idl |
diff --git a/core/testing/RefCountedScriptWrappable.idl b/bindings/tests/idls/core/TestInterfaceEventInit.idl |
similarity index 66% |
copy from core/testing/RefCountedScriptWrappable.idl |
copy to bindings/tests/idls/core/TestInterfaceEventInit.idl |
index 1fc7fe0f5183c38de482f52cd63c739b42b44785..4fad51293d6eef66f5a48df6bcdfa706f238e535 100644 |
--- a/core/testing/RefCountedScriptWrappable.idl |
+++ b/bindings/tests/idls/core/TestInterfaceEventInit.idl |
@@ -2,7 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-[ |
-] interface RefCountedScriptWrappable { |
- [NotEnumerable] DOMString toString(); |
+dictionary TestInterfaceEventInit : EventInit { |
+ DOMString stringMember; |
}; |