| Index: third_party/WebKit/Source/core/timing/DOMWindowPerformance.cpp
|
| diff --git a/third_party/WebKit/Source/core/timing/DOMWindowPerformance.cpp b/third_party/WebKit/Source/core/timing/DOMWindowPerformance.cpp
|
| index 180b4846e5af8bdbc40f002b78862273ecd504f7..997bbe394ef77988d150335f5c343a3c011c02f1 100644
|
| --- a/third_party/WebKit/Source/core/timing/DOMWindowPerformance.cpp
|
| +++ b/third_party/WebKit/Source/core/timing/DOMWindowPerformance.cpp
|
| @@ -41,7 +41,7 @@ Performance* DOMWindowPerformance::performance(DOMWindow& window) {
|
|
|
| Performance* DOMWindowPerformance::performance() {
|
| if (!m_performance)
|
| - m_performance = Performance::create(host()->frame());
|
| + m_performance = Performance::create(supplementable()->frame());
|
| return m_performance.get();
|
| }
|
|
|
|
|