Index: Source/bindings/core/v8/V8Binding.h |
diff --git a/Source/bindings/core/v8/V8Binding.h b/Source/bindings/core/v8/V8Binding.h |
index 109807bf7851638ed3b99772ddce405c7baa1af8..0fbb7c16214e0a0a736dbdb471de90a19fa5bcd2 100644 |
--- a/Source/bindings/core/v8/V8Binding.h |
+++ b/Source/bindings/core/v8/V8Binding.h |
@@ -1021,6 +1021,8 @@ v8::Local<v8::Value> v8IteratorResult(ScriptState* scriptState, const T& value) |
return v8IteratorResult(scriptState->isolate(), V8ValueTraits<T>::toV8Value(value, scriptState->context()->Global(), scriptState->isolate())); |
} |
+typedef void (*InstallTemplateFunction)(v8::Handle<v8::FunctionTemplate>, v8::Isolate*); |
+ |
} // namespace blink |
#endif // V8Binding_h |