Index: Source/core/dom/Fullscreen.h |
diff --git a/Source/core/dom/Fullscreen.h b/Source/core/dom/Fullscreen.h |
index b36e6bfc2743e7e1d1218a5bae18e729c2e1495e..073e3175ceb616c554e3d66a88b85409e60b633b 100644 |
--- a/Source/core/dom/Fullscreen.h |
+++ b/Source/core/dom/Fullscreen.h |
@@ -102,8 +102,6 @@ private: |
Document* document(); |
- static bool elementReady(Element&, RequestType); |
- |
void clearFullscreenElementStack(); |
void popFullscreenElementStack(); |
void pushFullscreenElementStack(Element&, RequestType); |