This is a follow up for https://bugs.webkit.org/show_bug.cgi?id=54670. ConsoleView.js should be also renamed to ConsolePanel.js (will be done by a separate patch).
Created attachment 93757 [details] Patch.
Comment on attachment 93757 [details] Patch. View in context: https://bugs.webkit.org/attachment.cgi?id=93757&action=review > Source/WebCore/inspector/front-end/ConsoleView.js:366 > this.dispatchEventToListeners(WebInspector.ConsolePanel.Events.EntryAdded, msg); This event is not used anymore. Please remove it.