| 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 29cddf967555d612c0707c618ee9c00cfd8db2d9..3a50f2a98ece7cd46205a00f1a7edb5c7dd890f8 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();
|
| KeyboardEventManager::SetCurrentCapsLockState(
|
| OverrideCapsLockState::kDefault);
|
| }
|
|
|