| Index: third_party/WebKit/Source/web/TextFinder.h
|
| diff --git a/third_party/WebKit/Source/web/TextFinder.h b/third_party/WebKit/Source/web/TextFinder.h
|
| index 58458c8679785c9d729826d8cbf94d8916189006..dc00ee425c809de9900488e88de7b0c8768abd60 100644
|
| --- a/third_party/WebKit/Source/web/TextFinder.h
|
| +++ b/third_party/WebKit/Source/web/TextFinder.h
|
| @@ -38,6 +38,8 @@
|
| #include "public/platform/WebFloatRect.h"
|
| #include "public/platform/WebRect.h"
|
| #include "public/web/WebFindOptions.h"
|
| +#include "web/WebExport.h"
|
| +#include "wtf/Noncopyable.h"
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/Vector.h"
|
| @@ -50,7 +52,8 @@ class WebLocalFrameImpl;
|
|
|
| template <typename T> class WebVector;
|
|
|
| -class TextFinder final : public NoBaseWillBeGarbageCollectedFinalized<TextFinder> {
|
| +class WEB_EXPORT TextFinder final : public NoBaseWillBeGarbageCollectedFinalized<TextFinder> {
|
| + WTF_MAKE_NONCOPYABLE(TextFinder);
|
| public:
|
| static PassOwnPtrWillBeRawPtr<TextFinder> create(WebLocalFrameImpl& ownerFrame);
|
|
|
|
|