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..558c227eb071ffd6cfccf25c759bddbabe933ab6 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); |
@@ -85,7 +88,7 @@ void V8TestInterface2Partial::installV8TestInterface2Template(v8::Isolate* isola |
v8::Local<v8::ObjectTemplate> prototypeTemplate = interfaceTemplate->PrototypeTemplate(); |
ALLOW_UNUSED_LOCAL(prototypeTemplate); |
- // Register DOM constants, attributes and operations. |
+ // Register IDL constants, attributes and operations. |
V8DOMConfiguration::InstallMethods(isolate, world, instanceTemplate, prototypeTemplate, interfaceTemplate, signature, V8TestInterface2Methods, WTF_ARRAY_LENGTH(V8TestInterface2Methods)); |
if (RuntimeEnabledFeatures::Interface2PartialFeatureNameEnabled()) { |
@@ -102,6 +105,7 @@ void V8TestInterface2Partial::initialize() { |
V8TestInterface2::updateWrapperTypeInfo( |
&V8TestInterface2Partial::installV8TestInterface2Template, |
nullptr, |
+ nullptr, |
nullptr); |
} |