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

Unified Diff: Source/core/dom/StringCallback.cpp

Issue 941403002: Revert of Add task location information to ExecutionContext (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
« no previous file with comments | « Source/core/dom/MessagePort.cpp ('k') | Source/core/fileapi/FileReader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/StringCallback.cpp
diff --git a/Source/core/dom/StringCallback.cpp b/Source/core/dom/StringCallback.cpp
index 669a442947119c40f65df55bb9fef5a8aabd6e15..aa8544cf6456ab6eedf5b7e0292b1805bd1a8b82 100644
--- a/Source/core/dom/StringCallback.cpp
+++ b/Source/core/dom/StringCallback.cpp
@@ -33,7 +33,6 @@
#include "core/dom/ExecutionContext.h"
#include "core/dom/ExecutionContextTask.h"
-#include "public/platform/WebTraceLocation.h"
#include "wtf/text/WTFString.h"
namespace blink {
@@ -74,7 +73,7 @@
void StringCallback::scheduleCallback(StringCallback* callback, ExecutionContext* context, const String& data, const String& instrumentationName)
{
- context->postTask(FROM_HERE, DispatchCallbackTask::create(callback, data, instrumentationName));
+ context->postTask(DispatchCallbackTask::create(callback, data, instrumentationName));
}
} // namespace blink
« no previous file with comments | « Source/core/dom/MessagePort.cpp ('k') | Source/core/fileapi/FileReader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698