Index: third_party/WebKit/Source/web/WebKit.cpp |
diff --git a/third_party/WebKit/Source/web/WebKit.cpp b/third_party/WebKit/Source/web/WebKit.cpp |
index 1a8baf78d37db99ac8d5b289305aa2508ff61c7d..adfed56ac2462177c5be09a62e0eff7c47e51462 100644 |
--- a/third_party/WebKit/Source/web/WebKit.cpp |
+++ b/third_party/WebKit/Source/web/WebKit.cpp |
@@ -156,7 +156,7 @@ static void cryptographicallyRandomValues(unsigned char* buffer, size_t length) |
static void callOnMainThreadFunction(WTF::MainThreadFunction function, void* context) |
{ |
- Platform::current()->mainThread()->taskRunner()->postTask(FROM_HERE, new MainThreadTaskRunner(function, context)); |
+ Platform::current()->mainThread()->taskRunner()->postTask(BLINK_FROM_HERE, new MainThreadTaskRunner(function, context)); |
} |
static void adjustAmountOfExternalAllocatedMemory(int size) |