Fix the 64-bit build. Implicit conversion from string constant to
authorager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 4 Mar 2009 07:42:39 +0000 (07:42 +0000)
committerager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 4 Mar 2009 07:42:39 +0000 (07:42 +0000)
commit6e78598d773908e0a966723f0b5d26d9086826dc
tree3e6b0073fb4714f0f2f241b412853153df98b762
parentbe0c1e26e9b98905786c099cfa756a681762f299
Fix the 64-bit build.  Implicit conversion from string constant to
char* gives a warning.  Using const char* instead.
Review URL: http://codereview.chromium.org/40100

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1409 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/stub-cache.cc
src/stub-cache.h