Index: Source/web/WebEmbeddedWorkerImpl.cpp |
diff --git a/Source/web/WebEmbeddedWorkerImpl.cpp b/Source/web/WebEmbeddedWorkerImpl.cpp |
index be94476a498db159344f0835d2ecc775f1459b9d..b536944ec0bd8bcf8051eda7f60d29a9b861d23f 100644 |
--- a/Source/web/WebEmbeddedWorkerImpl.cpp |
+++ b/Source/web/WebEmbeddedWorkerImpl.cpp |
@@ -426,7 +426,7 @@ void WebEmbeddedWorkerImpl::startWorkerThread() |
document->contentSecurityPolicy()->deprecatedHeaderType(), |
starterOrigin, |
workerClients.release(), |
- static_cast<blink::V8CacheOptions>(m_workerStartData.v8CacheOptions)); |
+ static_cast<V8CacheOptions>(m_workerStartData.v8CacheOptions)); |
m_mainScriptLoader.clear(); |