summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/debugger/Debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/debugger/Debugger.h')
-rw-r--r--Source/JavaScriptCore/debugger/Debugger.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/JavaScriptCore/debugger/Debugger.h b/Source/JavaScriptCore/debugger/Debugger.h
index 3c4a4ed76..95dd62b06 100644
--- a/Source/JavaScriptCore/debugger/Debugger.h
+++ b/Source/JavaScriptCore/debugger/Debugger.h
@@ -28,7 +28,7 @@ namespace JSC {
class DebuggerCallFrame;
class ExecState;
- class JSGlobalData;
+ class VM;
class JSGlobalObject;
class JSValue;
class SourceProvider;
@@ -52,7 +52,7 @@ namespace JSC {
virtual void didReachBreakpoint(const DebuggerCallFrame&, intptr_t, int, int) = 0;
- void recompileAllJSFunctions(JSGlobalData*);
+ void recompileAllJSFunctions(VM*);
private:
HashSet<JSGlobalObject*> m_globalObjects;