Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackFunctions.cpp |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackFunctions.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackFunctions.cpp |
index f088248ca7f1645febb6e962247ff3e24091a3dd..bd851320e3a74331c41893b66c35702307799fd6 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackFunctions.cpp |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackFunctions.cpp |
@@ -298,6 +298,7 @@ const V8DOMConfiguration::MethodConfiguration V8TestCallbackFunctionsMethods[] = |
static void installV8TestCallbackFunctionsTemplate(v8::Isolate* isolate, const DOMWrapperWorld& world, v8::Local<v8::FunctionTemplate> interfaceTemplate) { |
// Initialize the interface object's template. |
V8DOMConfiguration::initializeDOMInterfaceTemplate(isolate, interfaceTemplate, V8TestCallbackFunctions::wrapperTypeInfo.interfaceName, v8::Local<v8::FunctionTemplate>(), V8TestCallbackFunctions::internalFieldCount); |
+ |
v8::Local<v8::Signature> signature = v8::Signature::New(isolate, interfaceTemplate); |
ALLOW_UNUSED_LOCAL(signature); |
v8::Local<v8::ObjectTemplate> instanceTemplate = interfaceTemplate->InstanceTemplate(); |