Index: Source/devtools/front_end/CPUProfileView.js |
diff --git a/Source/devtools/front_end/CPUProfileView.js b/Source/devtools/front_end/CPUProfileView.js |
index 5f947ee96b50f0a875c6eadeaa7bee7747861880..17d7631534ca2223e934e0856c7b18833961d131 100644 |
--- a/Source/devtools/front_end/CPUProfileView.js |
+++ b/Source/devtools/front_end/CPUProfileView.js |
@@ -722,6 +722,7 @@ WebInspector.CPUProfileType.prototype = { |
{ |
var script = scriptLocation.script(); |
var message = new WebInspector.ConsoleMessage( |
+ WebInspector.console.target(), |
WebInspector.ConsoleMessage.MessageSource.ConsoleAPI, |
WebInspector.ConsoleMessage.MessageLevel.Debug, |
messageText, |