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

Unified Diff: third_party/WebKit/Source/platform/heap/MessageLoopInterruptor.h

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/platform/heap/MessageLoopInterruptor.h
diff --git a/third_party/WebKit/Source/platform/heap/MessageLoopInterruptor.h b/third_party/WebKit/Source/platform/heap/MessageLoopInterruptor.h
index 667947f77c640af583be850ab988e0090de1afaa..fe7b282e798ecdf9caccb22c85202a42980179df 100644
--- a/third_party/WebKit/Source/platform/heap/MessageLoopInterruptor.h
+++ b/third_party/WebKit/Source/platform/heap/MessageLoopInterruptor.h
@@ -46,7 +46,7 @@ public:
// GCTask has an empty run() method. Its only purpose is to guarantee
// that MessageLoop will have a task to process which will result
// in PendingGCRunner::didProcessTask being executed.
- m_taskRunner->postTask(FROM_HERE, new GCTask);
+ m_taskRunner->postTask(BLINK_FROM_HERE, new GCTask);
}
private:
« no previous file with comments | « third_party/WebKit/Source/platform/heap/HeapTest.cpp ('k') | third_party/WebKit/Source/platform/heap/ThreadState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698