| Index: Source/bindings/v8/ScriptDebugServer.h
|
| diff --git a/Source/bindings/v8/ScriptDebugServer.h b/Source/bindings/v8/ScriptDebugServer.h
|
| index 57a2b609f82a06e30451f1db7b7f7b0459f6d495..131e09df6d86f0ccddd6c1b7a168432823488da1 100644
|
| --- a/Source/bindings/v8/ScriptDebugServer.h
|
| +++ b/Source/bindings/v8/ScriptDebugServer.h
|
| @@ -80,6 +80,7 @@ public:
|
| ScriptValue currentCallFrames();
|
| ScriptValue currentCallFramesForAsyncStack();
|
| PassRefPtr<JavaScriptCallFrame> topCallFrameNoScopes();
|
| + int frameCount();
|
|
|
| class Task {
|
| public:
|
|
|