| Index: public/web/WebDOMEvent.h
|
| diff --git a/public/web/WebDOMEvent.h b/public/web/WebDOMEvent.h
|
| index 4be814f37e6a70a53e4424c6b5cfdeb06f92d359..152a1027c47636aa985e674b65bc0cec7ddded67 100644
|
| --- a/public/web/WebDOMEvent.h
|
| +++ b/public/web/WebDOMEvent.h
|
| @@ -90,7 +90,6 @@ public:
|
| BLINK_EXPORT bool isPopStateEvent() const;
|
| BLINK_EXPORT bool isProgressEvent() const;
|
| BLINK_EXPORT bool isXMLHttpRequestProgressEvent() const;
|
| - BLINK_EXPORT bool isBeforeLoadEvent() const;
|
|
|
| #if BLINK_IMPLEMENTATION
|
| WebDOMEvent(const WTF::PassRefPtr<WebCore::Event>&);
|
|
|