Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1057)

Unified Diff: Source/web/WebEmbeddedWorkerImpl.cpp

Issue 1083093004: Removing unnecessary blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: trybot fixing Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/PopupMenuTest.cpp ('k') | Source/web/WebNode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « Source/web/PopupMenuTest.cpp ('k') | Source/web/WebNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698