| Index: Source/devtools/front_end/sdk/ConsoleModel.js
|
| diff --git a/Source/devtools/front_end/sdk/ConsoleModel.js b/Source/devtools/front_end/sdk/ConsoleModel.js
|
| index c22b353d9f5a7f52fdc3f946ad986938fa3d3473..88bd55f5366867b9355a96ffd832ed0b295c4a1b 100644
|
| --- a/Source/devtools/front_end/sdk/ConsoleModel.js
|
| +++ b/Source/devtools/front_end/sdk/ConsoleModel.js
|
| @@ -207,11 +207,11 @@ WebInspector.ConsoleMessage = function(target, source, level, messageText, type,
|
|
|
| if (this.request) {
|
| this.stackTrace = this.request.initiator.stackTrace;
|
| + this.asyncStackTrace = this.request.initiator.asyncStackTrace;
|
| if (this.request.initiator && this.request.initiator.url) {
|
| this.url = this.request.initiator.url;
|
| this.line = this.request.initiator.lineNumber;
|
| }
|
| - this.asyncStackTrace = undefined;
|
| }
|
| }
|
|
|
|
|