Chromium Code Reviews| Index: third_party/WebKit/Source/core/testing/Internals.cpp |
| diff --git a/third_party/WebKit/Source/core/testing/Internals.cpp b/third_party/WebKit/Source/core/testing/Internals.cpp |
| index b77eb4b0b06a1fc88f93cce1595facfdb2a0d1df..8e97eca31401907d5b7965bd96406ce0f18fa018 100644 |
| --- a/third_party/WebKit/Source/core/testing/Internals.cpp |
| +++ b/third_party/WebKit/Source/core/testing/Internals.cpp |
| @@ -259,7 +259,6 @@ void Internals::ResetToConsistentState(Page* page) { |
| page->GetScrollingCoordinator()) |
| scrolling_coordinator->Reset(); |
| - page->DeprecatedLocalMainFrame()->View()->Clear(); |
|
Nate Chapin
2017/05/17 18:18:59
I can't find any evidence tests need this?
|
| KeyboardEventManager::SetCurrentCapsLockState( |
| OverrideCapsLockState::kDefault); |
| } |