Chromium Code Reviews| 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_; } |