| Index: Source/core/frame/WindowEventHandlers.idl
|
| diff --git a/Source/core/frame/WindowEventHandlers.idl b/Source/core/frame/WindowEventHandlers.idl
|
| index 95de525822a77f31104c7d6f7c9cd93e67ab7b4f..e329309c80556f728604447626855cc2ab8faa63 100644
|
| --- a/Source/core/frame/WindowEventHandlers.idl
|
| +++ b/Source/core/frame/WindowEventHandlers.idl
|
| @@ -27,7 +27,7 @@
|
| * OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -// http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#windoweventhandlers
|
| +// https://html.spec.whatwg.org/multipage/webappapis.html#windoweventhandlers
|
|
|
| [
|
| ImplementedAs=DOMWindowEventHandlers,
|
| @@ -36,6 +36,7 @@
|
| ] interface WindowEventHandlers {
|
| //attribute EventHandler onafterprint;
|
| //attribute EventHandler onbeforeprint;
|
| + // FIXME: onbeforeunload should be an OnBeforeUnloadEventHandler.
|
| attribute EventHandler onbeforeunload;
|
| attribute EventHandler onhashchange;
|
| attribute EventHandler onlanguagechange;
|
|
|