| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index 24cc03c287289165fed99fb57add0fbb2131a9c9..49e6a1aca3d189f038b916a6fff9985aecd1f21b 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -462,6 +462,9 @@ interface InspectorInstrumentation {
|
| int traceAsyncOperationStarting([Keep] ExecutionContext*, const String& operationName);
|
|
|
| [Debugger, Inline=FastReturn]
|
| + int traceAsyncOperationStarting([Keep] ExecutionContext*, const String& operationName, int prevOperationId);
|
| +
|
| + [Debugger, Inline=FastReturn]
|
| void traceAsyncOperationCompleted([Keep] ExecutionContext*, int operationId);
|
|
|
| [Debugger, Inline=FastReturn]
|
|
|