| Index: webkit/glue/chrome_client_impl.cc
|
| ===================================================================
|
| --- webkit/glue/chrome_client_impl.cc (revision 16977)
|
| +++ webkit/glue/chrome_client_impl.cc (working copy)
|
| @@ -34,11 +34,11 @@
|
| #include "webkit/glue/chrome_client_impl.h"
|
|
|
| #include "base/gfx/rect.h"
|
| +#include "base/logging.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "webkit/api/public/WebInputEvent.h"
|
| #include "webkit/api/public/WebKit.h"
|
| #include "webkit/glue/glue_util.h"
|
| -#include "webkit/glue/webdevtoolsagent_impl.h"
|
| #include "webkit/glue/webframe_impl.h"
|
| #include "webkit/glue/webkit_glue.h"
|
| #include "webkit/glue/weburlrequest_impl.h"
|
| @@ -318,11 +318,6 @@
|
| delegate->AddMessageToConsole(webview_, wstr_message,
|
| line_no, wstr_source_id);
|
| }
|
| - WebDevToolsAgentImpl* devtools_agent = webview_->GetWebDevToolsAgentImpl();
|
| - if (devtools_agent) {
|
| - devtools_agent->AddMessageToConsole(source, level, message, line_no,
|
| - source_id);
|
| - }
|
| }
|
|
|
| bool ChromeClientImpl::canRunBeforeUnloadConfirmPanel() {
|
|
|