| Index: third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| index 2650b242b860959623b5e5680fd71e6603d72ff7..f6bf1044b7ef8858c90355787e3c500977d7cdb2 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| @@ -1495,7 +1495,7 @@ void LocalDOMWindow::dispatchLoadEvent() {
|
| if (frame()) {
|
| Performance* performance = DOMWindowPerformance::performance(*this);
|
| DCHECK(performance);
|
| - performance->addNavigationTiming(frame());
|
| + performance->notifyNavigationTimingToObservers();
|
| }
|
|
|
| // For load events, send a separate load event to the enclosing frame only.
|
|
|