Chromium Code Reviews| Index: Source/bindings/tests/idls/testing/TestSupportTestInterface.idl |
| diff --git a/Source/core/dom/BeforeUnloadEvent.idl b/Source/bindings/tests/idls/testing/TestSupportTestInterface.idl |
| similarity index 95% |
| copy from Source/core/dom/BeforeUnloadEvent.idl |
| copy to Source/bindings/tests/idls/testing/TestSupportTestInterface.idl |
| index 618d55809395c4d4e5fa4497739234945eea2e91..1bd56eb80e7fa13799dfcc2b5909037e5fbc73fa 100644 |
| --- a/Source/core/dom/BeforeUnloadEvent.idl |
| +++ b/Source/bindings/tests/idls/testing/TestSupportTestInterface.idl |
| @@ -28,6 +28,6 @@ |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| -interface BeforeUnloadEvent : Event { |
| - attribute DOMString returnValue; |
| +[ |
| +] interface TestSupportTestInterface { |
|
haraken
2013/09/17 03:44:29
TestSupportTestInterface => NonCoreTestInterface
kihong
2013/10/04 06:11:38
Done.
|
| }; |