| Index: third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp b/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| index 14660834a6d0f2371470c29a5f40805a01a9c154..def52bbc9d78e99b718e283e4b93089ab5317e5e 100644
|
| --- a/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| @@ -344,6 +344,7 @@ void TestWebFrameClient::waitForLoadToComplete()
|
|
|
| TestWebRemoteFrameClient::TestWebRemoteFrameClient()
|
| : m_frame(WebRemoteFrameImpl::create(WebTreeScopeType::Document, this))
|
| + , m_visible(true)
|
| {
|
| }
|
|
|
|
|