| Index: third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.h b/third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.h
|
| index 93e73c072395b9497fd462a3b0c8c081559f14fa..3f5b31dbbfd8115f91fc548df495665f70c2fdc6 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.h
|
| @@ -32,6 +32,7 @@
|
| #define V8ObjectConstructor_h
|
|
|
| #include "bindings/core/v8/V8PerIsolateData.h"
|
| +#include "core/CoreExport.h"
|
| #include "wtf/Allocator.h"
|
|
|
| #include <v8.h>
|
| @@ -74,7 +75,7 @@ private:
|
| v8::MicrotasksScope m_microtaskSuppression;
|
| };
|
|
|
| -class V8ObjectConstructor {
|
| +class CORE_EXPORT V8ObjectConstructor {
|
| STATIC_ONLY(V8ObjectConstructor);
|
| public:
|
| static v8::MaybeLocal<v8::Object> newInstance(v8::Isolate*, v8::Local<v8::Function>);
|
|
|