 Chromium Code Reviews
 Chromium Code Reviews Issue 10025003:
  Revert change 6302 until the compiler warning is addressed.  (Closed) 
  Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
    
  
    Issue 10025003:
  Revert change 6302 until the compiler warning is addressed.  (Closed) 
  Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/| Index: vm/code_descriptors.cc | 
| =================================================================== | 
| --- vm/code_descriptors.cc (revision 6302) | 
| +++ vm/code_descriptors.cc (working copy) | 
| @@ -38,7 +38,7 @@ | 
| void StackmapBuilder::AddEntry(intptr_t pc_offset) { | 
| - stack_map_ = Stackmap::New(pc_offset, builder_); | 
| + stack_map_ = Stackmap::New(pc_offset, code_, builder_); | 
| list_.Add(stack_map_); | 
| } |