Chromium Code Reviews| Index: Source/core/page/Page.cpp |
| diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp |
| index 291cf21181c6eb959850bcd2c3314efe866ad630..0087f09d9a1860309cb0ecd005697b06c27f20e7 100644 |
| --- a/Source/core/page/Page.cpp |
| +++ b/Source/core/page/Page.cpp |
| @@ -603,4 +603,7 @@ Page::PageClients::~PageClients() |
| { |
| } |
| +template class HeapSupplement<Page>; |
| +template class Supplement<Page>; |
| + |
| } // namespace blink |