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

Unified Diff: Source/bindings/core/v8/ScriptStreamerThread.cpp

Issue 1112793002: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixing buildIssues 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/bindings/core/v8/ScriptStreamerThread.h ('k') | Source/bindings/core/v8/SerializedScriptValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/ScriptStreamerThread.cpp
diff --git a/Source/bindings/core/v8/ScriptStreamerThread.cpp b/Source/bindings/core/v8/ScriptStreamerThread.cpp
index 62bea4efdc1cd7814e64a2741093fe219ca378a6..130770af7ffd75b5faafe9d1d9d7122ef93bc675 100644
--- a/Source/bindings/core/v8/ScriptStreamerThread.cpp
+++ b/Source/bindings/core/v8/ScriptStreamerThread.cpp
@@ -70,10 +70,10 @@ void ScriptStreamerThread::taskDone()
m_runningTask = false;
}
-blink::WebThread& ScriptStreamerThread::platformThread()
+WebThread& ScriptStreamerThread::platformThread()
{
if (!isRunning())
- m_thread = adoptPtr(blink::Platform::current()->createThread("ScriptStreamerThread"));
+ m_thread = adoptPtr(Platform::current()->createThread("ScriptStreamerThread"));
return *m_thread;
}
« no previous file with comments | « Source/bindings/core/v8/ScriptStreamerThread.h ('k') | Source/bindings/core/v8/SerializedScriptValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698