| 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 605629c0d2e388d836648bcce9eb947b15e54d8e..1a59245145e6c86fc2c5e2d12ac4150dad2bcbc9 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| @@ -1481,7 +1481,7 @@ void LocalDOMWindow::dispatchLoadEvent() {
|
| if (frame()) {
|
| Performance* performance = DOMWindowPerformance::performance(*this);
|
| DCHECK(performance);
|
| - performance->addNavigationTiming(frame());
|
| + performance->notifyNavigationTimingToObserver();
|
| }
|
|
|
| // For load events, send a separate load event to the enclosing frame only.
|
|
|