Chromium Code Reviews| Index: src/compiler.cc |
| diff --git a/src/compiler.cc b/src/compiler.cc |
| index 710c61e703ed917eb92abaaaa44e014fcc1f556c..f484d1eaf948844eb8a499da509a8570f2286712 100644 |
| --- a/src/compiler.cc |
| +++ b/src/compiler.cc |
| @@ -350,6 +350,8 @@ OptimizingCompiler::Status OptimizingCompiler::CreateGraph() { |
| OptimizingCompiler::Status OptimizingCompiler::OptimizeGraph() { |
| AssertNoAllocation no_gc; |
| + // TODO(mvstanton): Do NOT keep this change in, just here as a temporary measure |
| + // to test my changes. |
|
danno
2012/11/14 15:28:18
Looks like you can get rid of this :-)
mvstanton
2012/11/16 15:15:06
Done.
|
| NoHandleAllocation no_handles; |
| ASSERT(last_status() == SUCCEEDED); |