Index: third_party/WebKit/Source/platform/testing/UnitTestHelpers.cpp |
diff --git a/third_party/WebKit/Source/platform/testing/UnitTestHelpers.cpp b/third_party/WebKit/Source/platform/testing/UnitTestHelpers.cpp |
index 0da2683589d229d5db219c8d76c9de617e4e35f0..b8b3fa65931a0494ee19fc392e6fae99a09b4cc8 100644 |
--- a/third_party/WebKit/Source/platform/testing/UnitTestHelpers.cpp |
+++ b/third_party/WebKit/Source/platform/testing/UnitTestHelpers.cpp |
@@ -45,7 +45,7 @@ public: |
void runPendingTasks() |
{ |
- Platform::current()->currentThread()->taskRunner()->postTask(FROM_HERE, new QuitTask); |
+ Platform::current()->currentThread()->taskRunner()->postTask(BLINK_FROM_HERE, new QuitTask); |
Platform::current()->unitTestSupport()->enterRunLoop(); |
} |