| 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 6a2bbe11af31004730d332b618ffbb2fd6a48870..c761bfa1531cb4f9b1f8bcd38df3c84751bbba95 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.cpp
|
| @@ -55,7 +55,7 @@ static void readonlyStringAttributeAttributeGetter(const v8::FunctionCallbackInf
|
| v8SetReturnValueString(info, impl->readonlyStringAttribute(), info.GetIsolate());
|
| }
|
|
|
| -static void readonlyStringAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| +void readonlyStringAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| {
|
| TestInterfaceEventInitConstructorV8Internal::readonlyStringAttributeAttributeGetter(info);
|
| }
|
| @@ -67,7 +67,7 @@ static void isTrustedAttributeGetter(const v8::FunctionCallbackInfo<v8::Value>&
|
| v8SetReturnValueBool(info, impl->isTrusted());
|
| }
|
|
|
| -static void isTrustedAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| +void isTrustedAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| {
|
| TestInterfaceEventInitConstructorV8Internal::isTrustedAttributeGetter(info);
|
| }
|
|
|