Index: Source/core/dom/DocumentFullscreen.h |
diff --git a/Source/core/dom/DocumentFullscreen.h b/Source/core/dom/DocumentFullscreen.h |
index 29a67ecd145ddb2e658b28c5fc44f6bdea2e0eb8..f4bd351449e38a15d940358b3f99f32ea1156c77 100644 |
--- a/Source/core/dom/DocumentFullscreen.h |
+++ b/Source/core/dom/DocumentFullscreen.h |
@@ -36,7 +36,6 @@ public: |
static bool webkitIsFullScreen(Document&); |
static bool webkitFullScreenKeyboardInputAllowed(Document&); |
static Element* webkitCurrentFullScreenElement(Document&); |
- static void webkitCancelFullScreen(Document&); |
static bool webkitFullscreenEnabled(Document&); |
static Element* webkitFullscreenElement(Document&); |