Commit 7df0f1da authored by sigbjornf@opera.com's avatar sigbjornf@opera.com

Oilpan: fix build after r180052.

R=haraken
BUG=383813

Review URL: https://codereview.chromium.org/463633004

git-svn-id: svn://svn.chromium.org/blink/trunk@180070 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 37f4950b
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment