| Index: third_party/WebKit/Source/core/html/HTMLStyleElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLStyleElement.cpp b/third_party/WebKit/Source/core/html/HTMLStyleElement.cpp
|
| index 59c00ce16518b6602b631f1a545e68e1d2c90e32..25ebf50dc9a3ca55e16c9f04be9f39f8aa8f889d 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLStyleElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLStyleElement.cpp
|
| @@ -124,9 +124,9 @@ void HTMLStyleElement::notifyLoadedSheetAndAllCriticalSubresources(
|
| TaskRunnerHelper::get(TaskType::DOMManipulation, &document())
|
| ->postTask(
|
| BLINK_FROM_HERE,
|
| - WTF::bind(&HTMLStyleElement::dispatchPendingEvent,
|
| - wrapPersistent(this),
|
| - passed(IncrementLoadEventDelayCount::create(document()))));
|
| + WTF::bind(
|
| + &HTMLStyleElement::dispatchPendingEvent, wrapPersistent(this),
|
| + WTF::passed(IncrementLoadEventDelayCount::create(document()))));
|
| m_firedLoad = true;
|
| }
|
|
|
|
|