| Index: third_party/WebKit/Source/devtools/front_end/emulation/MediaQueryInspector.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/MediaQueryInspector.js b/third_party/WebKit/Source/devtools/front_end/emulation/MediaQueryInspector.js
|
| index 50786b4db535ad43308d61bd328421b50f97788a..e103e2dcda86646ac410f21599b010396d1b2b65 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/MediaQueryInspector.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/MediaQueryInspector.js
|
| @@ -262,7 +262,6 @@ WebInspector.MediaQueryInspector.prototype = {
|
| return;
|
|
|
| var oldChildrenCount = this.contentElement.children.length;
|
| - var scrollTop = this.contentElement.scrollTop;
|
| this.contentElement.removeChildren();
|
|
|
| var container = null;
|
| @@ -276,7 +275,6 @@ WebInspector.MediaQueryInspector.prototype = {
|
| bar.classList.toggle("media-inspector-marker-inactive", !marker.active);
|
| container.appendChild(bar);
|
| }
|
| - this.contentElement.scrollTop = scrollTop;
|
| },
|
|
|
| /**
|
|
|