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

Unified Diff: third_party/WebKit/Source/bindings/templates/web_module_interface.h.tmpl

Issue 2495033003: Stop using v8_interface.interface_context in Web modules bindings. (Closed)
Patch Set: Removed the comment. Created 4 years, 1 month 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/web_module_interface.h.tmpl
diff --git a/third_party/WebKit/Source/bindings/templates/web_module_interface.h.tmpl b/third_party/WebKit/Source/bindings/templates/web_module_interface.h.tmpl
new file mode 100644
index 0000000000000000000000000000000000000000..dd8a5f03fee445399c3144ea7e867a9b91e9c65e
--- /dev/null
+++ b/third_party/WebKit/Source/bindings/templates/web_module_interface.h.tmpl
@@ -0,0 +1,8 @@
+{% filter format_blink_cpp_source_code %}
+
+{% include 'copyright_block.txt' %}
+// clang-format on
+
+// TODO(dglazkov): Implement generating the header file.
+
+{% endfilter %}

Powered by Google App Engine
This is Rietveld 408576698