DescriptionTidy up ConsoleMessage callstack inclusion, fix Worker console crashes
Follow up r181319 (+ r180544) and annotate ConsoleMessages from
console.count() and console.timeEnd() with a call stack.
Not doing so broke the WorkerConsole::reportMessageToConsole()
assumption that a ConsoleMessage has a call stack. An unnecessary
assumption to make, so instead have it mirror how "non-Worker" console
messages are handled when reported, and allow "stackless" messages.
R=kozyatinskiy,aandrey,jochen
BUG=413223
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182056
Patch Set 1 #
Total comments: 9
Messages
Total messages: 18 (5 generated)
|