| Index: third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.cpp
|
| diff --git a/third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.cpp b/third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.cpp
|
| index 87789fa0da20a3b7a0c43eb76b6dd97bc146cf26..77f5b5a46875ddd467ec0621bb12b6a1c818e7d7 100644
|
| --- a/third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.cpp
|
| +++ b/third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.cpp
|
| @@ -38,7 +38,7 @@
|
| namespace blink {
|
|
|
| NavigatorStorageQuota::NavigatorStorageQuota(LocalFrame* frame)
|
| - : DOMWindowProperty(frame) {}
|
| + : ContextClient(frame) {}
|
|
|
| const char* NavigatorStorageQuota::supplementName() {
|
| return "NavigatorStorageQuota";
|
| @@ -104,7 +104,7 @@ DEFINE_TRACE(NavigatorStorageQuota) {
|
| visitor->trace(m_persistentStorage);
|
| visitor->trace(m_storageManager);
|
| Supplement<Navigator>::trace(visitor);
|
| - DOMWindowProperty::trace(visitor);
|
| + ContextClient::trace(visitor);
|
| }
|
|
|
| } // namespace blink
|
|
|