 Chromium Code Reviews
 Chromium Code Reviews Issue 40100:
  Fix the 64-bit build.  Implicit conversion from string constant to...  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 40100:
  Fix the 64-bit build.  Implicit conversion from string constant to...  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| Index: src/stub-cache.h | 
| =================================================================== | 
| --- src/stub-cache.h (revision 1408) | 
| +++ src/stub-cache.h (working copy) | 
| @@ -362,7 +362,7 @@ | 
| static void GenerateLoadMiss(MacroAssembler* masm, Code::Kind kind); | 
| protected: | 
| - Object* GetCodeWithFlags(Code::Flags flags, char* name); | 
| + Object* GetCodeWithFlags(Code::Flags flags, const char* name); | 
| Object* GetCodeWithFlags(Code::Flags flags, String* name); | 
| MacroAssembler* masm() { return &masm_; } |