 Chromium Code Reviews
 Chromium Code Reviews Issue 2112043002:
  Land Ivan's change of 'Remove support for verified memory handling'  (Closed) 
  Base URL: git@github.com:dart-lang/sdk.git@master
    
  
    Issue 2112043002:
  Land Ivan's change of 'Remove support for verified memory handling'  (Closed) 
  Base URL: git@github.com:dart-lang/sdk.git@master| Index: runtime/vm/flow_graph_compiler_ia32.cc | 
| diff --git a/runtime/vm/flow_graph_compiler_ia32.cc b/runtime/vm/flow_graph_compiler_ia32.cc | 
| index 64d92a92c753beb70d4acafa2801ebdd5d275b3d..4a036e26def25d5dbb2b48b80558ec86110dbb5f 100644 | 
| --- a/runtime/vm/flow_graph_compiler_ia32.cc | 
| +++ b/runtime/vm/flow_graph_compiler_ia32.cc | 
| @@ -22,7 +22,6 @@ | 
| #include "vm/stack_frame.h" | 
| #include "vm/stub_code.h" | 
| #include "vm/symbols.h" | 
| -#include "vm/verified_memory.h" | 
| namespace dart { |