| Index: Source/testing/runner/WebTestProxy.cpp
|
| diff --git a/Source/testing/runner/WebTestProxy.cpp b/Source/testing/runner/WebTestProxy.cpp
|
| index f3beaf73ffe8db225066e44505c80cf922f24331..525a1183982974885de44bdd6ee44727a6f4d6fc 100644
|
| --- a/Source/testing/runner/WebTestProxy.cpp
|
| +++ b/Source/testing/runner/WebTestProxy.cpp
|
| @@ -1219,8 +1219,6 @@ void WebTestProxyBase::didReceiveTitle(WebFrame* frame, const WebString& title,
|
|
|
| if (m_testInterfaces->testRunner()->shouldDumpTitleChanges())
|
| m_delegate->printMessage(string("TITLE CHANGED: '") + title8.data() + "'\n");
|
| -
|
| - m_testInterfaces->testRunner()->setTitleTextDirection(direction);
|
| }
|
|
|
| void WebTestProxyBase::didChangeIcon(WebFrame* frame, WebIconURL::Type)
|
|
|