Chromium Code Reviews| Index: src/debug/ia32/debug-ia32.cc |
| diff --git a/src/debug/ia32/debug-ia32.cc b/src/debug/ia32/debug-ia32.cc |
| index cf21bd8d34965e947ae7594db34b402d89a7c00a..f9af29f3c89fb7e8be30c17b8abae647330d95ed 100644 |
| --- a/src/debug/ia32/debug-ia32.cc |
| +++ b/src/debug/ia32/debug-ia32.cc |
| @@ -8,7 +8,7 @@ |
| #include "src/codegen.h" |
| #include "src/debug/debug.h" |
| - |
| +#include "src/ia32/frames-ia32.h" |
|
Yang
2015/08/12 09:46:17
A bit surprised that debug-x64.cc doesn't need thi
Michael Starzinger
2015/08/12 09:54:16
Most likely on x64 it still gets the include throu
|
| namespace v8 { |
| namespace internal { |