| Index: Source/core/dom/Fullscreen.h
|
| diff --git a/Source/core/dom/Fullscreen.h b/Source/core/dom/Fullscreen.h
|
| index b9a1351a33d7271681c9b3fdf48f62e71faa71f6..9eed71b521c303c678cde753fe50fa727c1a8564 100644
|
| --- a/Source/core/dom/Fullscreen.h
|
| +++ b/Source/core/dom/Fullscreen.h
|
| @@ -135,13 +135,4 @@ inline Fullscreen* Fullscreen::fromIfExists(Document& document)
|
|
|
| } // namespace blink
|
|
|
| -// Needed by the HeapVector<> element stack.
|
| -namespace WTF {
|
| -
|
| -template<>struct IsPod<blink::Fullscreen::RequestType> {
|
| - static const bool value = true;
|
| -};
|
| -
|
| -} // namespace WTF
|
| -
|
| #endif // Fullscreen_h
|
|
|