Index: Source/devtools/front_end/profiler/CPUProfileView.js |
diff --git a/Source/devtools/front_end/profiler/CPUProfileView.js b/Source/devtools/front_end/profiler/CPUProfileView.js |
index 08f315c4804ce46f2f06a107370ac3e761c71d82..602446873bff02b79a964c36a90a128367d84369 100644 |
--- a/Source/devtools/front_end/profiler/CPUProfileView.js |
+++ b/Source/devtools/front_end/profiler/CPUProfileView.js |
@@ -495,6 +495,7 @@ WebInspector.CPUProfileType.prototype = { |
var target = scriptLocation.target(); |
var message = new WebInspector.ConsoleMessage( |
target, |
+ 0, |
WebInspector.ConsoleMessage.MessageSource.ConsoleAPI, |
WebInspector.ConsoleMessage.MessageLevel.Debug, |
messageText, |