Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(639)

Unified Diff: third_party/WebKit/Source/bindings/templates/partial_interface.h

Issue 1372373002: bindings: Reduces the custom registration of methods. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/bindings/templates/partial_interface.h
diff --git a/third_party/WebKit/Source/bindings/templates/partial_interface.h b/third_party/WebKit/Source/bindings/templates/partial_interface.h
index 840922769b77fcae486f3b7df61a00246a203246..a445dc8053dca66bc488c1bc1c81eef50e3593f1 100644
--- a/third_party/WebKit/Source/bindings/templates/partial_interface.h
+++ b/third_party/WebKit/Source/bindings/templates/partial_interface.h
@@ -30,7 +30,7 @@ public:
{% endif %}
{% endfor %}
{# Custom internal fields #}
- static void preparePrototypeObject(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::FunctionTemplate>);
+ static void preparePrototypeAndInterfaceObject(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, v8::Local<v8::FunctionTemplate>);
private:
static void install{{v8_class}}Template(v8::Local<v8::FunctionTemplate>, v8::Isolate*);
};

Powered by Google App Engine
This is Rietveld 408576698