| Index: third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp b/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
| index 0895da435489bb4a7721caaa105c9ceec8b06124..d564e57e3482b3d804ab031337dd41c3daabbf14 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
| @@ -289,9 +289,7 @@
|
| }
|
|
|
| void HTMLLinkElement::scheduleEvent() {
|
| - // TODO(hiroshige): Use DOMManipulation task runner. Unthrottled
|
| - // is temporarily used for fixing https://crbug.com/649942 only on M-56.
|
| - TaskRunnerHelper::get(TaskType::Unthrottled, &document())
|
| + TaskRunnerHelper::get(TaskType::DOMManipulation, &document())
|
| ->postTask(
|
| BLINK_FROM_HERE,
|
| WTF::bind(
|
|
|