| Index: third_party/WebKit/Source/core/frame/LocalFrame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| index 32a5f5128652942138c95be67677f13f7f9ee572..447c6d8f217efe3cad25e36d6988ac2e4f44ec6e 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| @@ -77,7 +77,7 @@ class WebFrameHostScheduler;
|
| class WebFrameScheduler;
|
| template <typename Strategy> class PositionWithAffinityTemplate;
|
|
|
| -class CORE_EXPORT LocalFrame : public Frame, public LocalFrameLifecycleNotifier, public HeapSupplementable<LocalFrame>, public DisplayItemClient {
|
| +class CORE_EXPORT LocalFrame : public Frame, public LocalFrameLifecycleNotifier, public Supplementable<LocalFrame>, public DisplayItemClient {
|
| USING_GARBAGE_COLLECTED_MIXIN(LocalFrame);
|
| public:
|
| static RawPtr<LocalFrame> create(FrameLoaderClient*, FrameHost*, FrameOwner*);
|
|
|