| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp
|
| index 7abe8b3aa7ac6a9cdb9e71026f6271d9e0c3e630..cb8dae6ca70ded3f3dbedaef9f0bf243c0ba8d77 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp
|
| @@ -66,7 +66,7 @@ static void locationAttributeGetter(const v8::FunctionCallbackInfo<v8::Value>& i
|
| v8SetReturnValueFast(info, WTF::getPtr(impl->location()), impl);
|
| }
|
|
|
| -void locationAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +CORE_EXPORT void locationAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterfaceDocumentV8Internal::locationAttributeGetter(info);
|
| }
|
|
|
| @@ -87,7 +87,7 @@ static void locationAttributeSetter(v8::Local<v8::Value> v8Value, const v8::Func
|
| impl->setHref(currentDOMWindow(info.GetIsolate()), enteredDOMWindow(info.GetIsolate()), cppValue, exceptionState);
|
| }
|
|
|
| -void locationAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +CORE_EXPORT void locationAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| v8::Local<v8::Value> v8Value = info[0];
|
|
|
| TestInterfaceDocumentV8Internal::locationAttributeSetter(v8Value, info);
|
|
|