Index: Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp |
diff --git a/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp b/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp |
index 6a9d3340728a0fa405fde255fe43cf598f007d12..f46c48d2f09d9a214ab3e10a9b2830cd7c67cf74 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp |
+++ b/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp |
@@ -25,9 +25,7 @@ ServiceWorkerScriptCachedMetadataHandler::~ServiceWorkerScriptCachedMetadataHand |
DEFINE_TRACE(ServiceWorkerScriptCachedMetadataHandler) |
{ |
-#if ENABLE(OILPAN) |
visitor->trace(m_workerGlobalScope); |
-#endif |
CachedMetadataHandler::trace(visitor); |
} |