| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.cpp
|
| index 1af9aec55c7892bab2a33e5d80cb1087d0e21fc8..17fa247f2438619d5ee62eef1d7815b7496e93c4 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.cpp
|
| @@ -664,10 +664,18 @@ TestInterface2* V8TestInterface2::toImplWithTypeCheck(v8::Isolate* isolate, v8::
|
|
|
| InstallTemplateFunction V8TestInterface2::installV8TestInterface2TemplateFunction = (InstallTemplateFunction)&V8TestInterface2::installV8TestInterface2Template;
|
|
|
| -void V8TestInterface2::updateWrapperTypeInfo(InstallTemplateFunction installTemplateFunction, PreparePrototypeAndInterfaceObjectFunction preparePrototypeAndInterfaceObjectFunction) {
|
| - V8TestInterface2::installV8TestInterface2TemplateFunction = installTemplateFunction;
|
| - if (preparePrototypeAndInterfaceObjectFunction)
|
| - V8TestInterface2::wrapperTypeInfo.preparePrototypeAndInterfaceObjectFunction = preparePrototypeAndInterfaceObjectFunction;
|
| +void V8TestInterface2::updateWrapperTypeInfo(
|
| + InstallTemplateFunction installTemplateFunction,
|
| + InstallRuntimeEnabledFunction installRuntimeEnabledFunction,
|
| + PreparePrototypeAndInterfaceObjectFunction preparePrototypeAndInterfaceObjectFunction) {
|
| + ALLOW_UNUSED_LOCAL(installRuntimeEnabledFunction);
|
| +
|
| + V8TestInterface2::installV8TestInterface2TemplateFunction =
|
| + installTemplateFunction;
|
| + if (preparePrototypeAndInterfaceObjectFunction) {
|
| + V8TestInterface2::wrapperTypeInfo.preparePrototypeAndInterfaceObjectFunction =
|
| + preparePrototypeAndInterfaceObjectFunction;
|
| + }
|
| }
|
|
|
| } // namespace blink
|
|
|