| Index: Source/core/inspector/AsyncCallTracker.h
|
| diff --git a/Source/core/inspector/AsyncCallTracker.h b/Source/core/inspector/AsyncCallTracker.h
|
| index 4f0281d19555afbd969d12750d7b3094e649b245..ce3a5438e2f8137233ca591b45162649f157727c 100644
|
| --- a/Source/core/inspector/AsyncCallTracker.h
|
| +++ b/Source/core/inspector/AsyncCallTracker.h
|
| @@ -105,7 +105,7 @@ public:
|
| private:
|
| void willHandleXHREvent(XMLHttpRequest*, Event*);
|
|
|
| - void setCurrentAsyncCallChain(ExecutionContext*, PassRefPtrWillBeRawPtr<AsyncCallChain>);
|
| + void setCurrentAsyncCallChain(ExecutionContext*, int operationId);
|
| void didFireAsyncCall();
|
|
|
| ExecutionContextData* createContextDataIfNeeded(ExecutionContext*);
|
|
|