Index: Source/core/dom/Fullscreen.h |
diff --git a/Source/core/dom/Fullscreen.h b/Source/core/dom/Fullscreen.h |
index 2c98bc3137bcdb60c4f9c486853a1a179b1bbb5b..da33f75fabf933861a26f691796e713d3d9ac52a 100644 |
--- a/Source/core/dom/Fullscreen.h |
+++ b/Source/core/dom/Fullscreen.h |
@@ -85,7 +85,6 @@ public: |
void elementRemoved(Element&); |
// Mozilla API |
- bool webkitIsFullScreen() const { return m_fullScreenElement.get(); } |
bool webkitFullScreenKeyboardInputAllowed() const { return m_fullScreenElement.get() && m_areKeysEnabledInFullScreen; } |
Element* webkitCurrentFullScreenElement() const { return m_fullScreenElement.get(); } |