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

Unified Diff: webkit/extensions/v8/gears_extension.cc

Issue 231020: Preliminary fixes to enable link dependent objects.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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 | « third_party/tcmalloc/tcmalloc.gyp ('k') | webkit/tools/test_shell/test_shell.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/extensions/v8/gears_extension.cc
===================================================================
--- webkit/extensions/v8/gears_extension.cc (revision 26884)
+++ webkit/extensions/v8/gears_extension.cc (working copy)
@@ -7,11 +7,11 @@
namespace extensions_v8 {
-const char* kGearsExtensionName = "v8/Gears";
+const char* const kGearsExtensionName = "v8/Gears";
// Note: when a page touches the "google.gears.factory" object, this script
// touches the DOM. We expect the DOM to be available at that time.
-const char* kGearsExtensionScript =
+const char* const kGearsExtensionScript =
"var google;"
"if (!google)"
" google = {};"
« no previous file with comments | « third_party/tcmalloc/tcmalloc.gyp ('k') | webkit/tools/test_shell/test_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698