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

Unified Diff: components/test_runner/test_plugin.cc

Issue 2137013002: Make WebTraceLocation be an alias of tracked_objects::Location (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: +#include <intrin.h> Created 4 years, 5 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
Index: components/test_runner/test_plugin.cc
diff --git a/components/test_runner/test_plugin.cc b/components/test_runner/test_plugin.cc
index 4753782cdd638b4471b1729a22a6ac9507d94fcb..64275a5027b40b7c04b740b9acb86bfa3cf5da6d 100644
--- a/components/test_runner/test_plugin.cc
+++ b/components/test_runner/test_plugin.cc
@@ -223,7 +223,7 @@ void TestPlugin::destroy() {
frame_ = nullptr;
blink::Platform::current()->mainThread()->getWebTaskRunner()->postTask(
- blink::WebTraceLocation(__FUNCTION__, __FILE__),
+ BLINK_FROM_HERE,
new DeferredDeleteTask(base::WrapUnique(this)));
}

Powered by Google App Engine
This is Rietveld 408576698