| 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 9ce0a57f847cedca63b206d3d3bf2b452633b83d..e59f652321e17a9c3ac2b6a1246f026596b6c4d2 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -2250,7 +2250,7 @@ bool WebLocalFrameImpl::find(int identifier,
|
| return false;
|
|
|
| // Unlikely, but just in case we try to find-in-page on a detached frame.
|
| - DCHECK(frame()->host());
|
| + DCHECK(frame()->page());
|
|
|
| // Up-to-date, clean tree is required for finding text in page, since it
|
| // relies on TextIterator to look over the text.
|
|
|