| Index: third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp
|
| index 5d4b26a8930bb30404446e9f4b83237ffdd6f5e4..51d79566101aae20f8e72b962807abc262470b4c 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp
|
| @@ -310,7 +310,7 @@ static void partialVoidTestEnumModulesArgMethodMethod(const v8::FunctionCallback
|
| TestInterfacePartial3Implementation::partialVoidTestEnumModulesArgMethod(*impl, arg);
|
| }
|
|
|
| -void partialVoidTestEnumModulesArgMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| + void partialVoidTestEnumModulesArgMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterfaceImplementationPartialV8Internal::partialVoidTestEnumModulesArgMethodMethod(info);
|
| }
|
|
|
| @@ -351,7 +351,7 @@ static void unscopableVoidMethodMethod(const v8::FunctionCallbackInfo<v8::Value>
|
| TestInterfacePartial3Implementation::unscopableVoidMethod(*impl);
|
| }
|
|
|
| -void unscopableVoidMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| + void unscopableVoidMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterfaceImplementationPartialV8Internal::unscopableVoidMethodMethod(info);
|
| }
|
|
|
| @@ -361,7 +361,7 @@ static void partial4VoidMethodMethod(const v8::FunctionCallbackInfo<v8::Value>&
|
| TestInterfacePartial4::partial4VoidMethod(*impl);
|
| }
|
|
|
| -void partial4VoidMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| + void partial4VoidMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterfaceImplementationPartialV8Internal::partial4VoidMethodMethod(info);
|
| }
|
|
|
| @@ -369,7 +369,7 @@ static void partial4StaticVoidMethodMethod(const v8::FunctionCallbackInfo<v8::Va
|
| TestInterfacePartial4::partial4StaticVoidMethod();
|
| }
|
|
|
| -void partial4StaticVoidMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| + void partial4StaticVoidMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterfaceImplementationPartialV8Internal::partial4StaticVoidMethodMethod(info);
|
| }
|
|
|
|
|