Chromium Code Reviews| Index: Source/bindings/tests/idls/testing/NonCoreTestInterface.idl |
| diff --git a/Source/core/events/BeforeUnloadEvent.idl b/Source/bindings/tests/idls/testing/NonCoreTestInterface.idl |
| similarity index 95% |
| copy from Source/core/events/BeforeUnloadEvent.idl |
| copy to Source/bindings/tests/idls/testing/NonCoreTestInterface.idl |
| index 618d55809395c4d4e5fa4497739234945eea2e91..cb855064e7787e90efe1d42a1be59515ba0ece7a 100644 |
| --- a/Source/core/events/BeforeUnloadEvent.idl |
| +++ b/Source/bindings/tests/idls/testing/NonCoreTestInterface.idl |
| @@ -28,6 +28,6 @@ |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| -interface BeforeUnloadEvent : Event { |
| - attribute DOMString returnValue; |
| +[ |
| +] interface NonCoreTestInterface { |
|
haraken
2013/10/10 05:57:51
NonCoreTestInterface => SupportTestInterface
kihong
2013/10/12 05:43:12
Done.
|
| }; |