Index: Source/core/dom/BeforeUnloadEvent.idl |
diff --git a/Source/core/page/NavigatorOnLine.idl b/Source/core/dom/BeforeUnloadEvent.idl |
similarity index 94% |
copy from Source/core/page/NavigatorOnLine.idl |
copy to Source/core/dom/BeforeUnloadEvent.idl |
index db4b08c1e0f9b67062b25e1f1cbb3a17605af914..618d55809395c4d4e5fa4497739234945eea2e91 100644 |
--- a/Source/core/page/NavigatorOnLine.idl |
+++ b/Source/core/dom/BeforeUnloadEvent.idl |
@@ -28,8 +28,6 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- NoInterfaceObject |
-] interface NavigatorOnLine { |
- readonly attribute boolean onLine; |
+interface BeforeUnloadEvent : Event { |
+ attribute DOMString returnValue; |
}; |