Index: third_party/WebKit/Source/devtools/front_end/emulation/SensorsView.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/SensorsView.js b/third_party/WebKit/Source/devtools/front_end/emulation/SensorsView.js |
index 416ba44568a017b641179d599419ab6b1e06b8a5..b3dc7360f1cab240c6e3bd0d77eb1531452d9493 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/emulation/SensorsView.js |
+++ b/third_party/WebKit/Source/devtools/front_end/emulation/SensorsView.js |
@@ -324,7 +324,7 @@ Emulation.SensorsView = class extends UI.VBox { |
this._gammaSetter = this._createAxisInput(cellElement, this._gammaElement, Common.UIString('\u03B3 (gamma)')); |
this._gammaSetter(String(deviceOrientation.gamma)); |
- cellElement.appendChild(createTextButton( |
+ cellElement.appendChild(UI.createTextButton( |
Common.UIString('Reset'), this._resetDeviceOrientation.bind(this), 'orientation-reset-button')); |
return fieldsetElement; |
} |