| Index: third_party/WebKit/public/web/WebDocument.h
|
| diff --git a/third_party/WebKit/public/web/WebDocument.h b/third_party/WebKit/public/web/WebDocument.h
|
| index 1580ad640e10c9873acb17589aa48085ae48b7b7..d40c41db89e5e5fc4e79da064c36fdab0ae70fdb 100644
|
| --- a/third_party/WebKit/public/web/WebDocument.h
|
| +++ b/third_party/WebKit/public/web/WebDocument.h
|
| @@ -110,7 +110,6 @@ public:
|
| BLINK_EXPORT WebDocumentType doctype() const;
|
| BLINK_EXPORT void cancelFullScreen();
|
| BLINK_EXPORT WebElement fullScreenElement() const;
|
| - BLINK_EXPORT WebDOMEvent createEvent(const WebString& eventType);
|
| BLINK_EXPORT WebReferrerPolicy referrerPolicy() const;
|
| BLINK_EXPORT WebString outgoingReferrer();
|
|
|
|
|