Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.cpp |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.cpp |
index 08ca54e54c06c3de959ec3ae34f4addb73cda915..70cb40114d904d14abba4d1888f7e56a2f1c4201 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.cpp |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.cpp |
@@ -72,6 +72,7 @@ void MEASURED_CONSTANTConstantGetterCallback(v8::Local<v8::Name>, const v8::Prop |
static void installV8TestConstantsTemplate(v8::Isolate* isolate, const DOMWrapperWorld& world, v8::Local<v8::FunctionTemplate> interfaceTemplate) { |
// Initialize the interface object's template. |
V8DOMConfiguration::initializeDOMInterfaceTemplate(isolate, interfaceTemplate, V8TestConstants::wrapperTypeInfo.interfaceName, v8::Local<v8::FunctionTemplate>(), V8TestConstants::internalFieldCount); |
+ |
v8::Local<v8::Signature> signature = v8::Signature::New(isolate, interfaceTemplate); |
ALLOW_UNUSED_LOCAL(signature); |
v8::Local<v8::ObjectTemplate> instanceTemplate = interfaceTemplate->InstanceTemplate(); |