 Chromium Code Reviews
 Chromium Code Reviews Issue 2280007:
  Extend CallIC to support non-constant names....  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 2280007:
  Extend CallIC to support non-constant names....  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| Index: test/cctest/test-debug.cc | 
| =================================================================== | 
| --- test/cctest/test-debug.cc (revision 4791) | 
| +++ test/cctest/test-debug.cc (working copy) | 
| @@ -395,8 +395,9 @@ | 
| static Handle<Code> ComputeCallDebugBreak(int argc) { | 
| - CALL_HEAP_FUNCTION(v8::internal::StubCache::ComputeCallDebugBreak(argc), | 
| - Code); | 
| + CALL_HEAP_FUNCTION( | 
| + v8::internal::StubCache::ComputeCallDebugBreak(argc, Code::CALL_IC), | 
| + Code); | 
| } |