| Index: Source/core/dom/FullscreenElementStack.h
|
| diff --git a/Source/core/dom/FullscreenElementStack.h b/Source/core/dom/FullscreenElementStack.h
|
| index 6a77a3ad3b21c6f696dc8dcd2ee6be3eea138f2d..41dd652cefb6f5996cfd9ae3c5031e131d77418d 100644
|
| --- a/Source/core/dom/FullscreenElementStack.h
|
| +++ b/Source/core/dom/FullscreenElementStack.h
|
| @@ -36,7 +36,6 @@
|
| #include "platform/geometry/LayoutRect.h"
|
| #include "wtf/Deque.h"
|
| #include "wtf/RefPtr.h"
|
| -#include "wtf/TypeTraits.h"
|
| #include "wtf/Vector.h"
|
|
|
| namespace blink {
|
| @@ -141,9 +140,4 @@
|
|
|
| } // namespace blink
|
|
|
| -// Needed by the HeapVector<> element stack.
|
| -template<>struct WTF::IsPod<blink::FullscreenElementStack::RequestType> {
|
| - static const bool value = true;
|
| -};
|
| -
|
| #endif // FullscreenElementStack_h
|
|
|