| Index: Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
|
| index 56477d23ef2e7f231958478f785ad2727f0cc230..0ba5efec0bff17e85bd85fe6f2575cc1ac0b1c83 100644
|
| --- a/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -167,7 +167,7 @@ public:
|
| void didKillAllExecutionContextTasks(ExecutionContext*);
|
| void willPerformExecutionContextTask(ExecutionContext*, ExecutionContextTask*);
|
| void didPerformExecutionContextTask();
|
| - int traceAsyncOperationStarting(ExecutionContext*, const String& operationName);
|
| + int traceAsyncOperationStarting(ExecutionContext*, const String& operationName, int prevOperationId = 0);
|
| void traceAsyncOperationCompleted(ExecutionContext*, int operationId);
|
| void traceAsyncOperationCompletedCallbackStarting(ExecutionContext*, int operationId);
|
| void traceAsyncCallbackStarting(ExecutionContext*, int operationId);
|
|
|