| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index 2fe90bb6b3b9d7e53f4091b9e7ca35d99aeef42a..9cca56f28883a08f01c3f74c3d13a3ce71db0dab 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1478,6 +1478,7 @@ WebLocalFrameImpl::WebLocalFrameImpl(WebTreeScopeType scope, WebFrameClient* cli
|
| , m_webDevToolsFrontend(0)
|
| , m_selfKeepAlive(this)
|
| {
|
| + DCHECK(m_client);
|
| frameCount++;
|
| }
|
|
|
|
|