Index: Source/core/dom/ElementFullscreen.h |
diff --git a/Source/core/dom/ElementFullscreen.h b/Source/core/dom/ElementFullscreen.h |
index 3b23f1db0431d6c028bca8f7c94a879532716408..73b5207b56e9cf8c146874f285305de0fb1ea193 100644 |
--- a/Source/core/dom/ElementFullscreen.h |
+++ b/Source/core/dom/ElementFullscreen.h |
@@ -6,12 +6,14 @@ |
#define ElementFullscreen_h |
#include "core/events/EventTarget.h" |
+#include "wtf/Allocator.h" |
namespace blink { |
class Element; |
class ElementFullscreen { |
+ STATIC_ONLY(ElementFullscreen); |
public: |
static void requestFullscreen(Element&); |