Index: third_party/WebKit/Source/bindings/templates/partial_interface.h.tmpl |
diff --git a/third_party/WebKit/Source/bindings/templates/partial_interface.h.tmpl b/third_party/WebKit/Source/bindings/templates/partial_interface.h.tmpl |
index 1359c46539cdec5df693b3114ffb7bc2f53173e8..7e7a50291753dc4bdbded829e2097a768e77b954 100644 |
--- a/third_party/WebKit/Source/bindings/templates/partial_interface.h.tmpl |
+++ b/third_party/WebKit/Source/bindings/templates/partial_interface.h.tmpl |
@@ -42,6 +42,10 @@ class {{v8_class_or_partial}} { |
{% endif %} |
{% endfor %} |
+ {% if needs_runtime_enabled_installer %} |
+ static void installRuntimeEnabledFeatures(v8::Isolate*, const DOMWrapperWorld&, v8::Local<v8::Object>, v8::Local<v8::Object>, v8::Local<v8::Function>, v8::Local<v8::FunctionTemplate>); |
Yuki
2017/01/11 11:30:58
Ditto.
peria
2017/01/11 12:41:17
Done.
|
+ {% endif %} |
+ |
private: |
static void install{{v8_class}}Template(v8::Isolate*, const DOMWrapperWorld&, v8::Local<v8::FunctionTemplate> interfaceTemplate); |
}; |