| Index: third_party/WebKit/Source/web/DevToolsEmulator.cpp
|
| diff --git a/third_party/WebKit/Source/web/DevToolsEmulator.cpp b/third_party/WebKit/Source/web/DevToolsEmulator.cpp
|
| index 4b82e5a90ba40a4b65c75fb851faa16138948f8f..5393a90744ad6c702eec1a97190c2c738e8514c2 100644
|
| --- a/third_party/WebKit/Source/web/DevToolsEmulator.cpp
|
| +++ b/third_party/WebKit/Source/web/DevToolsEmulator.cpp
|
| @@ -319,8 +319,6 @@ void DevToolsEmulator::DisableMobileEmulation() {
|
| return;
|
| RuntimeEnabledFeatures::setOverlayScrollbarsEnabled(
|
| is_overlay_scrollbars_enabled_);
|
| - RuntimeEnabledFeatures::setOrientationEventEnabled(
|
| - is_orientation_event_enabled_);
|
| RuntimeEnabledFeatures::setMobileLayoutThemeEnabled(
|
| is_mobile_layout_theme_enabled_);
|
| ComputedStyle::InvalidateInitialStyle();
|
|
|