| Index: third_party/WebKit/Source/core/timing/PerformanceObserver.cpp
|
| diff --git a/third_party/WebKit/Source/core/timing/PerformanceObserver.cpp b/third_party/WebKit/Source/core/timing/PerformanceObserver.cpp
|
| index 9e40cd1d37dff1124ee9104030ac84c62e65fc47..bbd92920cba7868293214fec83a66ae4715cc663 100644
|
| --- a/third_party/WebKit/Source/core/timing/PerformanceObserver.cpp
|
| +++ b/third_party/WebKit/Source/core/timing/PerformanceObserver.cpp
|
| @@ -90,7 +90,7 @@ void PerformanceObserver::deliver() {
|
| performanceEntries.swap(m_performanceEntries);
|
| PerformanceObserverEntryList* entryList =
|
| new PerformanceObserverEntryList(performanceEntries);
|
| - m_callback->call(m_scriptState.get(), this, entryList, this);
|
| + m_callback->call(this, entryList, this);
|
| }
|
|
|
| DEFINE_TRACE(PerformanceObserver) {
|
|
|