| Index: third_party/WebKit/Source/bindings/core/v8/V8Binding.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8Binding.h b/third_party/WebKit/Source/bindings/core/v8/V8Binding.h
|
| index 599bc7323634e4e5364e11605d4b12affff2ff7b..45ef54d2e858e1aa6a667986058830f44d245c74 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8Binding.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8Binding.h
|
| @@ -939,7 +939,7 @@ typedef void (*InstallTemplateFunction)(v8::Isolate*, const DOMWrapperWorld&, v8
|
| // Freeze a V8 object. The type of the first parameter and the return value is
|
| // intentionally v8::Value so that this function can wrap toV8().
|
| // If the argument isn't an object, this will crash.
|
| -v8::Local<v8::Value> freezeV8Object(v8::Local<v8::Value>, v8::Isolate*);
|
| +CORE_EXPORT v8::Local<v8::Value> freezeV8Object(v8::Local<v8::Value>, v8::Isolate*);
|
|
|
| } // namespace blink
|
|
|
|
|