Index: Source/core/dom/DocumentFullscreen.cpp |
diff --git a/Source/core/dom/DocumentFullscreen.cpp b/Source/core/dom/DocumentFullscreen.cpp |
index a2977dac273bfaa88cf196d0d33782dde34d1e0e..c437a61b50dac171263b8e9e3df3473adf2d7cc2 100644 |
--- a/Source/core/dom/DocumentFullscreen.cpp |
+++ b/Source/core/dom/DocumentFullscreen.cpp |
@@ -51,11 +51,6 @@ Element* DocumentFullscreen::webkitCurrentFullScreenElement(Document& document) |
return 0; |
} |
-void DocumentFullscreen::webkitCancelFullScreen(Document& document) |
-{ |
- FullscreenElementStack::from(document).fullyExitFullscreen(); |
-} |
- |
bool DocumentFullscreen::webkitFullscreenEnabled(Document& document) |
{ |
return FullscreenElementStack::fullscreenEnabled(document); |