| Index: third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js b/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
|
| index 14ea9163233aac7ca023995c716cda4d134ea920..d3e4e18ab3eefaa6083de910d2aaaa29e4ec94ff 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
|
| @@ -1221,16 +1221,6 @@ WebInspector.ConsoleCommandResult = function(message, linkifier, nestingLevel)
|
| WebInspector.ConsoleCommandResult.prototype = {
|
| /**
|
| * @override
|
| - * @param {!WebInspector.RemoteObject} array
|
| - * @return {boolean}
|
| - */
|
| - useArrayPreviewInFormatter: function(array)
|
| - {
|
| - return false;
|
| - },
|
| -
|
| - /**
|
| - * @override
|
| * @return {!Element}
|
| */
|
| contentElement: function()
|
|
|