| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.cpp
|
| index 57a35cd1df5aed34e3486279dff7c7270b6190e9..1ef87291760c6cc0f066cbf87d53fbf29dd8daa8 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.cpp
|
| @@ -62,7 +62,7 @@ static void readonlyStringAttributeAttributeGetter(const v8::FunctionCallbackInf
|
| v8SetReturnValueString(info, impl->readonlyStringAttribute(), info.GetIsolate());
|
| }
|
|
|
| -void readonlyStringAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +CORE_EXPORT void readonlyStringAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterfaceEventInitConstructorV8Internal::readonlyStringAttributeAttributeGetter(info);
|
| }
|
|
|
| @@ -74,7 +74,7 @@ static void isTrustedAttributeGetter(const v8::FunctionCallbackInfo<v8::Value>&
|
| v8SetReturnValueBool(info, impl->isTrusted());
|
| }
|
|
|
| -void isTrustedAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +CORE_EXPORT void isTrustedAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterfaceEventInitConstructorV8Internal::isTrustedAttributeGetter(info);
|
| }
|
|
|
|
|