 Chromium Code Reviews
 Chromium Code Reviews Issue 463543002:
  Oilpan: Ensure that classes with virtual trace methods always have vtables for their left-most base…  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 463543002:
  Oilpan: Ensure that classes with virtual trace methods always have vtables for their left-most base…  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| Index: Source/core/page/Page.cpp | 
| diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp | 
| index f49227c03784b9108e35cc0b94b06691c7ce0336..0ceb6f73b08fa4dc73bbc646f0c4522ecf67655e 100644 | 
| --- a/Source/core/page/Page.cpp | 
| +++ b/Source/core/page/Page.cpp | 
| @@ -596,6 +596,7 @@ void Page::trace(Visitor* visitor) | 
| visitor->trace(m_frameHost); | 
| #endif | 
| WillBeHeapSupplementable<Page>::trace(visitor); | 
| + LifecycleContext<Page>::trace(visitor); | 
| } | 
| void Page::willBeDestroyed() |