| Index: third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.cpp
|
| index 0384cdee5313c2a8c58aec99dbd90a3eb2cce5e2..5730545c9d1c52f00fb1a73fbf3e96c8a3d828bf 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.cpp
|
| @@ -62,7 +62,7 @@ static void typeAttributeGetter(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| v8SetReturnValueString(info, impl->fastGetAttribute(SVGNames::typeAttr), info.GetIsolate());
|
| }
|
|
|
| -void typeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +CORE_EXPORT void typeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| SVGTestInterfaceV8Internal::typeAttributeGetter(info);
|
| }
|
|
|
| @@ -81,7 +81,7 @@ static void typeAttributeSetter(v8::Local<v8::Value> v8Value, const v8::Function
|
| impl->setAttribute(SVGNames::typeAttr, cppValue);
|
| }
|
|
|
| -void typeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +CORE_EXPORT void typeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| v8::Local<v8::Value> v8Value = info[0];
|
|
|
| V0CustomElementProcessingStack::CallbackDeliveryScope deliveryScope;
|
|
|