| Index: Source/core/events/BeforeUnloadEvent.idl
|
| diff --git a/Source/core/events/BeforeUnloadEvent.idl b/Source/core/events/BeforeUnloadEvent.idl
|
| index 618d55809395c4d4e5fa4497739234945eea2e91..cf47d45987f2b8c6cf0f2f773bbaea24ea2317ac 100644
|
| --- a/Source/core/events/BeforeUnloadEvent.idl
|
| +++ b/Source/core/events/BeforeUnloadEvent.idl
|
| @@ -28,6 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +// https://html.spec.whatwg.org/#the-beforeunloadevent-interface
|
| +
|
| interface BeforeUnloadEvent : Event {
|
| attribute DOMString returnValue;
|
| };
|
|
|