| Index: third_party/WebKit/Source/core/page/PagePopupSupplement.h
|
| diff --git a/third_party/WebKit/Source/core/page/PagePopupSupplement.h b/third_party/WebKit/Source/core/page/PagePopupSupplement.h
|
| index 7a6b2866563fcf4bff3d93e5dcb9ee7e03967a0f..91f0e877e895396b33ed9905875a48d90f464aa3 100644
|
| --- a/third_party/WebKit/Source/core/page/PagePopupSupplement.h
|
| +++ b/third_party/WebKit/Source/core/page/PagePopupSupplement.h
|
| @@ -42,7 +42,7 @@ class PagePopup;
|
| class PagePopupClient;
|
| class PagePopupController;
|
|
|
| -class CORE_EXPORT PagePopupSupplement final : public GarbageCollected<PagePopupSupplement>, public HeapSupplement<LocalFrame> {
|
| +class CORE_EXPORT PagePopupSupplement final : public GarbageCollected<PagePopupSupplement>, public Supplement<LocalFrame> {
|
| USING_GARBAGE_COLLECTED_MIXIN(PagePopupSupplement);
|
| public:
|
| static PagePopupController* pagePopupController(LocalFrame&);
|
|
|