| Index: third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| index 2d5533bedc1c6b3a76d62f9b186eb4f60f3ee86f..698387f6aa7d6434a44ed3ac9d5f4eb288947e32 100644
|
| --- a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| @@ -378,8 +378,7 @@ void LocalFrameClientImpl::DispatchDidStartProvisionalLoad(
|
|
|
| void LocalFrameClientImpl::DispatchDidReceiveTitle(const String& title) {
|
| if (web_frame_->Client()) {
|
| - web_frame_->Client()->DidReceiveTitle(web_frame_, title,
|
| - kWebTextDirectionLeftToRight);
|
| + web_frame_->Client()->DidReceiveTitle(title, kWebTextDirectionLeftToRight);
|
| }
|
| }
|
|
|
|
|