Index: third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeToolbar.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeToolbar.js b/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeToolbar.js |
index 9d190de2b0e491e57201ce2bc612d3e0e17849b7..98dc818ef32d58736e97343f35495f49d3b26036 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeToolbar.js |
+++ b/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeToolbar.js |
@@ -56,7 +56,7 @@ WebInspector.DeviceModeToolbar = function(model, showMediaInspectorSetting, show |
this._emulatedDevicesList.addEventListener(WebInspector.EmulatedDevicesList.Events.StandardDevicesUpdated, this._deviceListChanged, this); |
this._persistenceSetting = WebInspector.settings.createSetting("emulation.deviceModeValue", {device: "", orientation: "", mode: ""}); |
-} |
+}; |
WebInspector.DeviceModeToolbar.prototype = { |
/** |
@@ -571,4 +571,4 @@ WebInspector.DeviceModeToolbar.prototype = { |
this._model.emulate(WebInspector.DeviceModeModel.Type.Responsive, null, null); |
} |
-} |
+}; |