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 aa8da7411136da7dd842dd2fadc7371db60807da..5443a42788c6ae1cb5d9ed014bd4491157bec742 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); |
}; |