| Index: third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp
|
| index 58d2e441bdf68ced26b171bc1832ccb6e7dd2506..a01dbd83bb7dc8e4db8296445dd160f264026cd2 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp
|
| @@ -74,7 +74,10 @@ static const V8DOMConfiguration::MethodConfiguration V8TestInterface2Methods[] =
|
| {"voidMethodPartial2", V8TestInterface2Partial::voidMethodPartial2MethodCallback, 1, v8::None, V8DOMConfiguration::kOnPrototype, V8DOMConfiguration::kCheckHolder, V8DOMConfiguration::kDoNotCheckAccess, V8DOMConfiguration::kAllWorlds},
|
| };
|
|
|
| -void V8TestInterface2Partial::installV8TestInterface2Template(v8::Isolate* isolate, const DOMWrapperWorld& world, v8::Local<v8::FunctionTemplate> interfaceTemplate) {
|
| +void V8TestInterface2Partial::installV8TestInterface2Template(
|
| + v8::Isolate* isolate,
|
| + const DOMWrapperWorld& world,
|
| + v8::Local<v8::FunctionTemplate> interfaceTemplate) {
|
| // Initialize the interface object's template.
|
| V8TestInterface2::installV8TestInterface2Template(isolate, world, interfaceTemplate);
|
|
|
| @@ -102,6 +105,7 @@ void V8TestInterface2Partial::initialize() {
|
| V8TestInterface2::updateWrapperTypeInfo(
|
| &V8TestInterface2Partial::installV8TestInterface2Template,
|
| nullptr,
|
| + nullptr,
|
| nullptr);
|
| }
|
|
|
|
|