Index: Source/core/dom/FullscreenElementStack.h |
diff --git a/Source/core/dom/FullscreenElementStack.h b/Source/core/dom/FullscreenElementStack.h |
index e990605c71f3c9a248a5b8af078a7014a23822d8..1bcfa0a1d6829550fccb18904c5406118ff3b356 100644 |
--- a/Source/core/dom/FullscreenElementStack.h |
+++ b/Source/core/dom/FullscreenElementStack.h |
@@ -103,6 +103,8 @@ private: |
Document* document(); |
+ static bool elementReady(Element&, RequestType); |
+ |
void clearFullscreenElementStack(); |
void popFullscreenElementStack(); |
void pushFullscreenElementStack(Element&, RequestType); |