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

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

Issue 1362973004: Rename FROM_HERE to BLINK_FROM_HERE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 5 years, 2 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: third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp
index 5dcf6358b7e1d4a303ce343b75f4688a8c96a29d..ef2e69119269953f31de42c52203b482a3afee4f 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp
@@ -60,7 +60,7 @@ void ScriptStreamerThread::postTask(WebTaskRunner::Task* task)
MutexLocker locker(m_mutex);
ASSERT(!m_runningTask);
m_runningTask = true;
- platformThread().taskRunner()->postTask(FROM_HERE, task);
+ platformThread().taskRunner()->postTask(BLINK_FROM_HERE, task);
}
void ScriptStreamerThread::taskDone()

Powered by Google App Engine
This is Rietveld 408576698