Index: src/stub-cache.cc |
=================================================================== |
--- src/stub-cache.cc (revision 1408) |
+++ src/stub-cache.cc (working copy) |
@@ -889,7 +889,7 @@ |
} |
-Object* StubCompiler::GetCodeWithFlags(Code::Flags flags, char* name) { |
+Object* StubCompiler::GetCodeWithFlags(Code::Flags flags, const char* name) { |
CodeDesc desc; |
masm_.GetCode(&desc); |
Object* result = Heap::CreateCode(desc, NULL, flags, masm_.CodeObject()); |