| 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 1d7cf8054a1a9d65537fd6cc699c2b77d269d766..6cd470f8762ccc0762d08c2783853c45e49f7612 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8Binding.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8Binding.h
|
| @@ -972,7 +972,7 @@ struct NativeValueTraits<Vector<T>> {
|
| CORE_EXPORT v8::Isolate* toIsolate(ExecutionContext*);
|
| CORE_EXPORT v8::Isolate* toIsolate(LocalFrame*);
|
|
|
| -DOMWindow* toDOMWindow(v8::Isolate*, v8::Local<v8::Value>);
|
| +CORE_EXPORT DOMWindow* toDOMWindow(v8::Isolate*, v8::Local<v8::Value>);
|
| DOMWindow* toDOMWindow(v8::Local<v8::Context>);
|
| LocalDOMWindow* enteredDOMWindow(v8::Isolate*);
|
| CORE_EXPORT LocalDOMWindow* currentDOMWindow(v8::Isolate*);
|
|
|