| 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 2165cca6ed38af5fcb3e928034ec644c8e86fc94..80bbb29f219c0c100f86c9adbf0028f9cd4345eb 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| @@ -78,6 +78,8 @@ class SpellChecker;
|
| class WebFrameHostScheduler;
|
| class WebFrameScheduler;
|
|
|
| +extern template class CORE_EXTERN_TEMPLATE_EXPORT Supplement<LocalFrame>;
|
| +
|
| class CORE_EXPORT LocalFrame : public Frame, public LocalFrameLifecycleNotifier, public Supplementable<LocalFrame> {
|
| USING_GARBAGE_COLLECTED_MIXIN(LocalFrame);
|
| public:
|
|
|