| 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 758374699e0b7f4f0e91d1c591b78544cdd74110..5a4189edd25662a8daf15bd5b872f6e844928807 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameImplBase.h
|
| +++ b/third_party/WebKit/Source/web/WebFrameImplBase.h
|
| @@ -6,7 +6,6 @@
|
| #define WebFrameImplBase_h
|
|
|
| #include "platform/heap/Handle.h"
|
| -#include "web/WebExport.h"
|
| #include "wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
| @@ -28,7 +27,7 @@
|
| // 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 WEB_EXPORT WebFrameImplBase : public RefCountedWillBeGarbageCollectedFinalized<WebFrameImplBase> {
|
| +class WebFrameImplBase : public RefCountedWillBeGarbageCollectedFinalized<WebFrameImplBase> {
|
| public:
|
| virtual ~WebFrameImplBase();
|
|
|
|
|