| Index: third_party/WebKit/Source/core/frame/Navigator.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/Navigator.cpp b/third_party/WebKit/Source/core/frame/Navigator.cpp
|
| index 7f74b1dd75c3bd9e1daa697b80a303edb5a1af76..9db07da579c6e6b7bb8a415d38fd566feb134ca8 100644
|
| --- a/third_party/WebKit/Source/core/frame/Navigator.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Navigator.cpp
|
| @@ -111,8 +111,8 @@ Vector<String> Navigator::languages()
|
|
|
| DEFINE_TRACE(Navigator)
|
| {
|
| - HeapSupplementable<Navigator>::trace(visitor);
|
| DOMWindowProperty::trace(visitor);
|
| + Supplementable<Navigator>::trace(visitor);
|
| }
|
|
|
| } // namespace blink
|
|
|