| Index: third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js b/third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js
|
| index b5d8d190ed0a097b7d21663146d2a424c64242b2..ce85acf028ebbed2749e7eea311b453a671f1db6 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js
|
| @@ -705,10 +705,6 @@ WebInspector.ConsoleViewMessage.prototype = {
|
| */
|
| _formatAsArrayEntry: function(output)
|
| {
|
| - if (this._message.type === WebInspector.ConsoleMessage.MessageType.DirXML) {
|
| - // Prevent infinite expansion of cross-referencing arrays.
|
| - return this._formatParameter(output, output.subtype === "array" || output.subtype === "typedarray", false);
|
| - }
|
| return this._previewFormatter.renderPropertyPreview(output.type, output.subtype, output.description);
|
| },
|
|
|
|
|