Chromium Code Reviews| Index: src/top.h |
| diff --git a/src/top.h b/src/top.h |
| index 5b0fd6157cbd4da5c822e1442ea47824a4eecf85..9d8aa8227fa3ff044daa534912c8fa7a68f3a053 100644 |
| --- a/src/top.h |
| +++ b/src/top.h |
| @@ -32,11 +32,11 @@ |
| #include "compilation-cache.h" |
| #include "frames-inl.h" |
| #include "runtime-profiler.h" |
| -#include "simulator.h" |
| namespace v8 { |
| namespace internal { |
| +class Simulator; |
| #define RETURN_IF_SCHEDULED_EXCEPTION() \ |
| if (Top::has_scheduled_exception()) return Top::PromoteScheduledException() |