| 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 52e6e6543c5557f2b2f12221837a01794b6d77ad..d80aa0f324f7174ec4ec5b604899e286fe0943d3 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| @@ -1482,7 +1482,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.
|
|
|