| Index: third_party/WebKit/Source/core/timing/PerformanceNavigation.cpp
|
| diff --git a/third_party/WebKit/Source/core/timing/PerformanceNavigation.cpp b/third_party/WebKit/Source/core/timing/PerformanceNavigation.cpp
|
| index 3bcfef1243183643e7dd013445849ac507c58e95..dce72f9af46691422688ad3a69fd4e5c149f5441 100644
|
| --- a/third_party/WebKit/Source/core/timing/PerformanceNavigation.cpp
|
| +++ b/third_party/WebKit/Source/core/timing/PerformanceNavigation.cpp
|
| @@ -40,7 +40,7 @@
|
| namespace blink {
|
|
|
| PerformanceNavigation::PerformanceNavigation(LocalFrame* frame)
|
| - : DOMWindowProperty(frame) {}
|
| + : ContextClient(frame) {}
|
|
|
| unsigned short PerformanceNavigation::type() const {
|
| if (!frame())
|
| @@ -84,7 +84,7 @@ ScriptValue PerformanceNavigation::toJSONForBinding(
|
| }
|
|
|
| DEFINE_TRACE(PerformanceNavigation) {
|
| - DOMWindowProperty::trace(visitor);
|
| + ContextClient::trace(visitor);
|
| }
|
|
|
| } // namespace blink
|
|
|