| Index: content/child/resource_scheduling_filter.cc
|
| diff --git a/content/child/resource_scheduling_filter.cc b/content/child/resource_scheduling_filter.cc
|
| index 2d53cd0b5c5a49855d8bca4d4dcfa79c3dbdf90c..1cde0e6a51e801075a74cc24d189aee80eccf3f3 100644
|
| --- a/content/child/resource_scheduling_filter.cc
|
| +++ b/content/child/resource_scheduling_filter.cc
|
| @@ -66,7 +66,7 @@
|
| if (iter != request_id_to_task_runner_map_.end()) {
|
| // TODO(alexclarke): Find a way to let blink and chromium FROM_HERE coexist.
|
| iter->second->postTask(
|
| - BLINK_FROM_HERE,
|
| + blink::WebTraceLocation(__FUNCTION__, __FILE__),
|
| new DispatchMessageTask(weak_ptr_factory_.GetWeakPtr(), message));
|
| } else {
|
| main_thread_task_runner_->PostTask(
|
|
|