| Index: third_party/WebKit/Source/core/frame/BarProp.h
|
| diff --git a/third_party/WebKit/Source/core/frame/BarProp.h b/third_party/WebKit/Source/core/frame/BarProp.h
|
| index 983eac13d257943dcb27b3294863df31106810aa..d4b3dae8ac102cdd1191440d06e11cca0bf33fe0 100644
|
| --- a/third_party/WebKit/Source/core/frame/BarProp.h
|
| +++ b/third_party/WebKit/Source/core/frame/BarProp.h
|
| @@ -39,7 +39,7 @@ class LocalFrame;
|
|
|
| class BarProp final : public GarbageCollected<BarProp>,
|
| public ScriptWrappable,
|
| - public ContextClient {
|
| + public DOMWindowClient {
|
| DEFINE_WRAPPERTYPEINFO();
|
| USING_GARBAGE_COLLECTED_MIXIN(BarProp);
|
|
|
|
|