| Index: third_party/WebKit/Source/core/dom/DocumentFullscreen.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentFullscreen.h b/third_party/WebKit/Source/core/dom/DocumentFullscreen.h
|
| index f0fa77d24b7471bd011f0159cc61c423a90d6304..633337fc04541c0cdde048e644dc3fc1f44d91ce 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentFullscreen.h
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentFullscreen.h
|
| @@ -45,9 +45,6 @@ class DocumentFullscreen {
|
| DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(fullscreenchange);
|
| DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(fullscreenerror);
|
|
|
| - // Mozilla version
|
| - static Element* currentFullScreenElement(Document&);
|
| -
|
| DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(webkitfullscreenchange);
|
| DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(webkitfullscreenerror);
|
| };
|
|
|