diff options
Diffstat (limited to 'chromium/v8/src/debug/liveedit.h')
-rw-r--r-- | chromium/v8/src/debug/liveedit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/v8/src/debug/liveedit.h b/chromium/v8/src/debug/liveedit.h index 0daba0da1fc..578cf292548 100644 --- a/chromium/v8/src/debug/liveedit.h +++ b/chromium/v8/src/debug/liveedit.h @@ -7,8 +7,8 @@ #include <vector> -#include "src/globals.h" -#include "src/handles.h" +#include "src/common/globals.h" +#include "src/handles/handles.h" namespace v8 { namespace debug { |