| Index: third_party/WebKit/Source/core/dom/DocumentParserTiming.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentParserTiming.cpp b/third_party/WebKit/Source/core/dom/DocumentParserTiming.cpp
|
| index 3abaf1dba7458ecd030ab3593c1179e7f287b005..850185e507b7e542e5b4de9265dccdd5120c5aec 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentParserTiming.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentParserTiming.cpp
|
| @@ -72,8 +72,8 @@ DocumentParserTiming::DocumentParserTiming(Document& document)
|
| : Supplement<Document>(document) {}
|
|
|
| void DocumentParserTiming::notifyDocumentParserTimingChanged() {
|
| - if (host()->loader())
|
| - host()->loader()->didChangePerformanceTiming();
|
| + if (supplementable()->loader())
|
| + supplementable()->loader()->didChangePerformanceTiming();
|
| }
|
|
|
| } // namespace blink
|
|
|