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

Unified Diff: Source/bindings/v8/DateExtension.cpp

Issue 49093004: Move more arrays of strings to shareable memory (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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 | « no previous file | Source/core/css/CSSDefaultStyleSheets.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/DateExtension.cpp
diff --git a/Source/bindings/v8/DateExtension.cpp b/Source/bindings/v8/DateExtension.cpp
index de69ddff96bcc2a5247e9dae0d0d6fa599f5cb32..7d97cfbed0fef94340907bb34e077ec78d3a6747 100644
--- a/Source/bindings/v8/DateExtension.cpp
+++ b/Source/bindings/v8/DateExtension.cpp
@@ -40,8 +40,8 @@ namespace WebCore {
DateExtension* DateExtension::extension;
-static const char* dateExtensionName = "v8/DateExtension";
-static const char* dateExtensionScript =
+static const char dateExtensionName[] = "v8/DateExtension";
+static const char dateExtensionScript[] =
abarth-chromium 2013/10/29 05:21:15 This code is about to be deleted.
"(function () {"
" var counter;"
" var orig_getTime;"
« no previous file with comments | « no previous file | Source/core/css/CSSDefaultStyleSheets.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698