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..bb4c03bcd65f202bd48b9fa365ba20deb15a0a52 100644 |
| --- a/Source/core/page/Page.cpp |
| +++ b/Source/core/page/Page.cpp |
| @@ -603,4 +603,6 @@ Page::PageClients::~PageClients() |
| { |
| } |
| +template class WillBeHeapSupplement<Page>; |
| + |
| } // namespace blink |