| Index: Source/devtools/front_end/console/ConsoleViewMessage.js
|
| diff --git a/Source/devtools/front_end/console/ConsoleViewMessage.js b/Source/devtools/front_end/console/ConsoleViewMessage.js
|
| index bb3823f1908d65c5577c8e759bdd4055490d7636..16e6bd265f0cc1aee986273780ef08fa28101990 100644
|
| --- a/Source/devtools/front_end/console/ConsoleViewMessage.js
|
| +++ b/Source/devtools/front_end/console/ConsoleViewMessage.js
|
| @@ -84,9 +84,13 @@ WebInspector.ConsoleViewMessage.prototype = {
|
| }
|
| },
|
|
|
| - willHide: function()
|
| + cacheFastHeight: function()
|
| {
|
| this._cachedHeight = this.contentElement().clientHeight;
|
| + },
|
| +
|
| + willHide: function()
|
| + {
|
| for (var i = 0; this._dataGrids && i < this._dataGrids.length; ++i) {
|
| var dataGrid = this._dataGrids[i];
|
| this._dataGridParents.put(dataGrid, dataGrid.element.parentElement);
|
|
|