| Index: third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeView.js b/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeView.js
|
| index 91c52f16062be9049c95682ddeb4fdb8aab967d0..51cc3056901a3e0b2383fda25f1f24b8dc8d75e5 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeView.js
|
| @@ -487,7 +487,7 @@ WebInspector.DeviceModeView.prototype = {
|
| },
|
|
|
| __proto__: WebInspector.VBox.prototype
|
| -}
|
| +};
|
|
|
| /**
|
| * @constructor
|
| @@ -505,7 +505,7 @@ WebInspector.DeviceModeView.Ruler = function(horizontal, applyCallback)
|
| this._count = 0;
|
| this._throttler = new WebInspector.Throttler(0);
|
| this._applyCallback = applyCallback;
|
| -}
|
| +};
|
|
|
| WebInspector.DeviceModeView.Ruler.prototype = {
|
| /**
|
| @@ -593,4 +593,4 @@ WebInspector.DeviceModeView.Ruler.prototype = {
|
| },
|
|
|
| __proto__: WebInspector.VBox.prototype
|
| -}
|
| +};
|
|
|