Index: Source/WebCore/inspector/front-end/DetailedHeapshotView.js |
=================================================================== |
--- Source/WebCore/inspector/front-end/DetailedHeapshotView.js (revision 113151) |
+++ Source/WebCore/inspector/front-end/DetailedHeapshotView.js (working copy) |
@@ -877,7 +877,7 @@ |
if (!cell || (!cell.hasStyleClass("count-column") && !cell.hasStyleClass("shallowSize-column") && !cell.hasStyleClass("retainedSize-column"))) |
return; |
- event.consume(); |
+ event.consume(true); |
}, |
_mouseClickInRetainmentGrid: function(event) |
@@ -1059,7 +1059,7 @@ |
height += this._previousDragPosition - event.pageY; |
this._previousDragPosition = event.pageY; |
this._updateRetainmentViewHeight(height); |
- event.consume(); |
+ event.consume(true); |
}, |
_endRetainersHeaderDragging: function(event) |