Index: Source/core/dom/FullscreenElementStack.h |
diff --git a/Source/core/dom/FullscreenElementStack.h b/Source/core/dom/FullscreenElementStack.h |
index 41dd652cefb6f5996cfd9ae3c5031e131d77418d..e990605c71f3c9a248a5b8af078a7014a23822d8 100644 |
--- a/Source/core/dom/FullscreenElementStack.h |
+++ b/Source/core/dom/FullscreenElementStack.h |
@@ -140,4 +140,13 @@ inline FullscreenElementStack* FullscreenElementStack::fromIfExists(Document& do |
} // namespace blink |
+// Needed by the HeapVector<> element stack. |
+namespace WTF { |
+ |
+template<>struct IsPod<blink::FullscreenElementStack::RequestType> { |
+ static const bool value = true; |
+}; |
+ |
+} // namespace WTF |
+ |
#endif // FullscreenElementStack_h |