diff options
Diffstat (limited to 'WebCore/bindings/js/ScriptDebugServer.cpp')
-rw-r--r-- | WebCore/bindings/js/ScriptDebugServer.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/bindings/js/ScriptDebugServer.cpp b/WebCore/bindings/js/ScriptDebugServer.cpp index cd80de4..ecb7fa6 100644 --- a/WebCore/bindings/js/ScriptDebugServer.cpp +++ b/WebCore/bindings/js/ScriptDebugServer.cpp @@ -205,6 +205,11 @@ void ScriptDebugServer::pause() m_pauseOnNextStatement = true; } +void ScriptDebugServer::breakProgram() +{ + // FIXME(WK43332): implement this. +} + void ScriptDebugServer::continueProgram() { if (!m_paused) |