Chromium Code Reviews| Index: chrome/browser/resources/settings/device_page/layout_behavior.js |
| diff --git a/chrome/browser/resources/settings/device_page/layout_behavior.js b/chrome/browser/resources/settings/device_page/layout_behavior.js |
| index 77a56a3fc0e35b5d52bd0df21790caff1c51c800..d1665050e38acb5f5f8c73d069c0a053850acb63 100644 |
| --- a/chrome/browser/resources/settings/device_page/layout_behavior.js |
| +++ b/chrome/browser/resources/settings/device_page/layout_behavior.js |
| @@ -208,8 +208,8 @@ var LayoutBehavior = { |
| assert(bounds); |
| this.calculatedBoundsMap_.set( |
| displayId, |
| - /** @type {!chrome.system.display.Bounds} */ ( |
| - Object.assign({}, bounds))); |
| + /** @type {!chrome.system.display.Bounds} */ |
| + (Object.assign({}, bounds))); |
|
dschuyler
2017/06/16 23:09:07
This is a parameter continuation so it should be i
Dan Beam
2017/06/17 00:11:06
eh, i think this is fine
|
| }, |
| /** |