| Index: third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ExecutionContext.cpp b/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| index 68a6e974a85fbdbe02280e5a53b20b466eea55a1..d63b84655c3b60888acfe0963c82ea7f5f3ec4f2 100644
|
| --- a/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| @@ -276,11 +276,9 @@ void ExecutionContext::removeURLFromMemoryCache(const KURL& url)
|
|
|
| DEFINE_TRACE(ExecutionContext)
|
| {
|
| -#if ENABLE(OILPAN)
|
| visitor->trace(m_publicURLManager);
|
| - HeapSupplementable<ExecutionContext>::trace(visitor);
|
| -#endif
|
| ContextLifecycleNotifier::trace(visitor);
|
| + Supplementable<ExecutionContext>::trace(visitor);
|
| }
|
|
|
| } // namespace blink
|
|
|