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: |