| Index: third_party/WebKit/Source/core/frame/BarProp.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/BarProp.cpp b/third_party/WebKit/Source/core/frame/BarProp.cpp
|
| index 6a76bba68f3a550b12972e7e9bc77bd2f6139e66..e403c7ca96d1114d988eb36d8891e091ca2255ca 100644
|
| --- a/third_party/WebKit/Source/core/frame/BarProp.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/BarProp.cpp
|
| @@ -35,10 +35,10 @@
|
| namespace blink {
|
|
|
| BarProp::BarProp(LocalFrame* frame, Type type)
|
| - : ContextClient(frame), m_type(type) {}
|
| + : DOMWindowClient(frame), m_type(type) {}
|
|
|
| DEFINE_TRACE(BarProp) {
|
| - ContextClient::trace(visitor);
|
| + DOMWindowClient::trace(visitor);
|
| }
|
|
|
| bool BarProp::visible() const {
|
|
|