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

Unified Diff: Source/core/workers/WorkerScriptLoader.cpp

Issue 1111173002: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebasing 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
Index: Source/core/workers/WorkerScriptLoader.cpp
diff --git a/Source/core/workers/WorkerScriptLoader.cpp b/Source/core/workers/WorkerScriptLoader.cpp
index 6bdafd984eb63750bf0f9f002cf4fbac6bd768a7..e86eeb591801230324d0096444ffbb2c2b29d942 100644
--- a/Source/core/workers/WorkerScriptLoader.cpp
+++ b/Source/core/workers/WorkerScriptLoader.cpp
@@ -46,7 +46,7 @@ WorkerScriptLoader::WorkerScriptLoader()
, m_failed(false)
, m_identifier(0)
, m_finishing(false)
- , m_requestContext(blink::WebURLRequest::RequestContextWorker)
+ , m_requestContext(WebURLRequest::RequestContextWorker)
{
}

Powered by Google App Engine
This is Rietveld 408576698