| Index: third_party/WebKit/Source/web/WebFrameImplBase.h
|
| diff --git a/third_party/WebKit/Source/web/WebFrameImplBase.h b/third_party/WebKit/Source/web/WebFrameImplBase.h
|
| index 5a4189edd25662a8daf15bd5b872f6e844928807..758374699e0b7f4f0e91d1c591b78544cdd74110 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameImplBase.h
|
| +++ b/third_party/WebKit/Source/web/WebFrameImplBase.h
|
| @@ -6,6 +6,7 @@
|
| #define WebFrameImplBase_h
|
|
|
| #include "platform/heap/Handle.h"
|
| +#include "web/WebExport.h"
|
| #include "wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
| @@ -27,7 +28,7 @@ class FrameOwner;
|
| // implementation as an instance of the base class, but has no inheritance
|
| // relationship with it. The cost is a virtual indirection, but this is nicer
|
| // than the previous manual dispatch emulating real virtual dispatch.
|
| -class WebFrameImplBase : public RefCountedWillBeGarbageCollectedFinalized<WebFrameImplBase> {
|
| +class WEB_EXPORT WebFrameImplBase : public RefCountedWillBeGarbageCollectedFinalized<WebFrameImplBase> {
|
| public:
|
| virtual ~WebFrameImplBase();
|
|
|
|
|