Chromium Code Reviews| Index: src/stub-cache.cc |
| =================================================================== |
| --- src/stub-cache.cc (revision 929) |
| +++ src/stub-cache.cc (working copy) |
| @@ -861,7 +861,7 @@ |
| Object* StubCompiler::CompileCallDebugBreak(Code::Flags flags) { |
| HandleScope scope; |
| - Builtins::Generate_CallIC_DebugBreak(masm()); |
| + Debug::GenerateCallICDebugBreak(masm()); |
| Object* result = GetCodeWithFlags(flags); |
| if (!result->IsFailure()) { |
| Code* code = Code::cast(result); |