| Index: src/debug/debug.h
|
| diff --git a/src/debug/debug.h b/src/debug/debug.h
|
| index ee1406f7b90a7a662b3103ec27caacbbdeb48036..a7922c3ad2a6676cc3d6f969b8e9c0513af160d3 100644
|
| --- a/src/debug/debug.h
|
| +++ b/src/debug/debug.h
|
| @@ -441,7 +441,7 @@ class Debug {
|
| BreakPositionAlignment position_aligment);
|
|
|
| // Check whether a global object is the debug global object.
|
| - bool IsDebugGlobal(GlobalObject* global);
|
| + bool IsDebugGlobal(JSGlobalObject* global);
|
|
|
| // Check whether this frame is just about to return.
|
| bool IsBreakAtReturn(JavaScriptFrame* frame);
|
|
|