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 0ffff8c502d6400ad898ff2c48a2d9da3d7e3788..c134ccfae90de68e6451d77dd64b8f7380f3b11d 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js |
+++ b/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js |
@@ -1259,16 +1259,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() |