| 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 dc2ea5d39b4029786774eab127d0190d027c24b4..3858079f160b6ababd88ea0aefc7a8faf9d394e5 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
|
| @@ -1315,16 +1315,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()
|
|
|