Index: Source/bindings/core/v8/V8Binding.h |
diff --git a/Source/bindings/core/v8/V8Binding.h b/Source/bindings/core/v8/V8Binding.h |
index cf8691578870233128251af39f95bb6464cc3485..a3a26dcf37b907548debe8318fefc33995b43a0a 100644 |
--- a/Source/bindings/core/v8/V8Binding.h |
+++ b/Source/bindings/core/v8/V8Binding.h |
@@ -1022,6 +1022,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*); |
haraken
2014/10/09 04:24:00
I'd add this to V8DOMConfiguration.h.
|
+ |
} // namespace blink |
#endif // V8Binding_h |