Chromium Code Reviews| Index: third_party/WebKit/Source/bindings/core/v8/V8DOMWrapper.h |
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8DOMWrapper.h b/third_party/WebKit/Source/bindings/core/v8/V8DOMWrapper.h |
| index 169979317b4e3a67f5f7122b71bb5fb2cc6009de..a969cc4d85675c1ef19d2b52258a1c02afd3d158 100644 |
| --- a/third_party/WebKit/Source/bindings/core/v8/V8DOMWrapper.h |
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8DOMWrapper.h |
| @@ -35,6 +35,7 @@ |
| #include "bindings/core/v8/DOMDataStore.h" |
| #include "bindings/core/v8/ScriptWrappable.h" |
| #include "bindings/core/v8/V8Binding.h" |
| +#include "core/CoreExport.h" |
| #include "wtf/PassRefPtr.h" |
| #include "wtf/RawPtr.h" |
| #include "wtf/text/AtomicString.h" |
| @@ -63,7 +64,7 @@ public: |
| // wrapper obejct and type, and does not check if it's valid or not. The |
| // value may not be a Blink's wrapper object. In order to make sure of it, |
| // Use isWrapper function instead. |
| - static bool hasInternalFieldsSet(v8::Local<v8::Value>); |
| + CORE_EXPORT static bool hasInternalFieldsSet(v8::Local<v8::Value>); |
|
kinuko
2015/12/22 08:39:03
Is this change for working around core / modules i
ikilpatrick
2015/12/22 23:40:23
Yup, this is to get the component builds working.
|
| }; |
| inline void V8DOMWrapper::setNativeInfo(v8::Local<v8::Object> wrapper, const WrapperTypeInfo* wrapperTypeInfo, ScriptWrappable* scriptWrappable) |