Index: third_party/WebKit/Source/core/dom/StringCallback.cpp |
diff --git a/third_party/WebKit/Source/core/dom/StringCallback.cpp b/third_party/WebKit/Source/core/dom/StringCallback.cpp |
index 8933dfb5f82de85d84e7256ce181ea433453af71..9a56accb02fd929ed8e400946117bc05784dc8d3 100644 |
--- a/third_party/WebKit/Source/core/dom/StringCallback.cpp |
+++ b/third_party/WebKit/Source/core/dom/StringCallback.cpp |
@@ -74,7 +74,7 @@ private: |
void StringCallback::scheduleCallback(StringCallback* callback, ExecutionContext* context, const String& data, const String& instrumentationName) |
{ |
- context->postTask(FROM_HERE, DispatchCallbackTask::create(callback, data, instrumentationName)); |
+ context->postTask(BLINK_FROM_HERE, DispatchCallbackTask::create(callback, data, instrumentationName)); |
} |
} // namespace blink |