| Index: third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
|
| index 3ebd65a4b440a15c3e79355177dcc1d217042331..f66817cd6cada66134d2332c9ff1c3dbad79e6eb 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
|
| @@ -24,11 +24,12 @@
|
| #ifndef HTMLFrameElementBase_h
|
| #define HTMLFrameElementBase_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "core/html/HTMLFrameOwnerElement.h"
|
|
|
| namespace blink {
|
|
|
| -class HTMLFrameElementBase : public HTMLFrameOwnerElement {
|
| +class CORE_EXPORT HTMLFrameElementBase : public HTMLFrameOwnerElement {
|
| public:
|
| bool canContainRangeEndPoint() const final { return false; }
|
|
|
|
|