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

Unified Diff: Source/bindings/templates/conversions.cpp

Issue 1324643005: bindings: Makes installV8FooTemplate thread-safe. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. 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
« no previous file with comments | « Source/bindings/templates/constants.cpp ('k') | Source/bindings/templates/interface.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/templates/conversions.cpp
diff --git a/Source/bindings/templates/conversions.cpp b/Source/bindings/templates/conversions.cpp
index fdf9d7815aed9abea7f9c0e074b5894594c9be78..98e48d9e7db706922197caddc43ed9cf6e217e77 100644
--- a/Source/bindings/templates/conversions.cpp
+++ b/Source/bindings/templates/conversions.cpp
@@ -32,7 +32,7 @@ if ({{item.check_expression}})
{% macro declare_enum_validation_variable(enum_values) %}
-static const char* validValues[] = {
+const char* validValues[] = {
{% for enum_value in enum_values %}
"{{enum_value}}",
{% endfor %}
« no previous file with comments | « Source/bindings/templates/constants.cpp ('k') | Source/bindings/templates/interface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698