| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp
|
| index ce1df7b0d2ff0855ec03c6c1df1bd96db5e03e20..596f952d903ceae32519fbf9d8cfd2f13fe61fbf 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp
|
| @@ -246,7 +246,10 @@ void V8TestInterfaceConstructor2::constructorCallback(const v8::FunctionCallback
|
| TestInterfaceConstructor2V8Internal::constructor(info);
|
| }
|
|
|
| -static void installV8TestInterfaceConstructor2Template(v8::Isolate* isolate, const DOMWrapperWorld& world, v8::Local<v8::FunctionTemplate> interfaceTemplate) {
|
| +static void installV8TestInterfaceConstructor2Template(
|
| + v8::Isolate* isolate,
|
| + const DOMWrapperWorld& world,
|
| + v8::Local<v8::FunctionTemplate> interfaceTemplate) {
|
| // Initialize the interface object's template.
|
| V8DOMConfiguration::InitializeDOMInterfaceTemplate(isolate, interfaceTemplate, V8TestInterfaceConstructor2::wrapperTypeInfo.interface_name, v8::Local<v8::FunctionTemplate>(), V8TestInterfaceConstructor2::internalFieldCount);
|
| interfaceTemplate->SetCallHandler(V8TestInterfaceConstructor2::constructorCallback);
|
| @@ -259,7 +262,7 @@ static void installV8TestInterfaceConstructor2Template(v8::Isolate* isolate, con
|
| v8::Local<v8::ObjectTemplate> prototypeTemplate = interfaceTemplate->PrototypeTemplate();
|
| ALLOW_UNUSED_LOCAL(prototypeTemplate);
|
|
|
| - // Register DOM constants, attributes and operations.
|
| + // Register IDL constants, attributes and operations.
|
| }
|
|
|
| v8::Local<v8::FunctionTemplate> V8TestInterfaceConstructor2::domTemplate(v8::Isolate* isolate, const DOMWrapperWorld& world) {
|
|
|