Chromium Code Reviews| Index: test/unittests/compiler/loop-peeling-unittest.cc |
| diff --git a/test/unittests/compiler/loop-peeling-unittest.cc b/test/unittests/compiler/loop-peeling-unittest.cc |
| index 5a0d0c552a8806b04656efaa6d623f549c4eb807..3799bc26230ae1bccf3a17d9352e66aa145ee403 100644 |
| --- a/test/unittests/compiler/loop-peeling-unittest.cc |
| +++ b/test/unittests/compiler/loop-peeling-unittest.cc |
| @@ -64,7 +64,7 @@ class LoopPeelingTest : public GraphTest { |
| OFStream os(stdout); |
| os << AsRPO(*graph()); |
| } |
| - Zone zone(isolate()); |
| + Zone zone; |
| return LoopFinder::BuildLoopTree(graph(), &zone); |
| } |