| Index: third_party/WebKit/Source/bindings/core/v8/ScriptRegexp.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptRegexp.h b/third_party/WebKit/Source/bindings/core/v8/ScriptRegexp.h
|
| index 67bc602dd6335629629e0c7d241d2814d9cbf93a..f668b6bf7568e552f625ba3ef4ff3e7be5368e33 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptRegexp.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptRegexp.h
|
| @@ -28,6 +28,7 @@
|
| #define ScriptRegexp_h
|
|
|
| #include "bindings/core/v8/ScopedPersistent.h"
|
| +#include "core/CoreExport.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/text/WTFString.h"
|
| #include <v8.h>
|
| @@ -39,7 +40,7 @@ enum MultilineMode {
|
| MultilineEnabled
|
| };
|
|
|
| -class ScriptRegexp {
|
| +class CORE_EXPORT ScriptRegexp {
|
| USING_FAST_MALLOC(ScriptRegexp); WTF_MAKE_NONCOPYABLE(ScriptRegexp);
|
| public:
|
| enum CharacterMode {
|
|
|