Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestException.cpp |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.cpp |
index 90cd3a7aacaeb6c487f92a25ea22cde02043b759..ec12c7d576f79c3462126c0c85ad76e679e26f98 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.cpp |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.cpp |
@@ -136,6 +136,7 @@ static void installV8TestExceptionTemplate(v8::Isolate* isolate, const DOMWrappe |
V8DOMConfiguration::initializeDOMInterfaceTemplate(isolate, interfaceTemplate, V8TestException::wrapperTypeInfo.interfaceName, v8::Local<v8::FunctionTemplate>(), V8TestException::internalFieldCount); |
interfaceTemplate->SetCallHandler(V8TestException::constructorCallback); |
interfaceTemplate->SetLength(1); |
+ |
v8::Local<v8::Signature> signature = v8::Signature::New(isolate, interfaceTemplate); |
ALLOW_UNUSED_LOCAL(signature); |
v8::Local<v8::ObjectTemplate> instanceTemplate = interfaceTemplate->InstanceTemplate(); |