| Index: webkit/glue/chrome_client_impl.cc
|
| ===================================================================
|
| --- webkit/glue/chrome_client_impl.cc (revision 19426)
|
| +++ webkit/glue/chrome_client_impl.cc (working copy)
|
| @@ -25,7 +25,7 @@
|
| #include "ScriptController.h"
|
| #include "WindowFeatures.h"
|
| #if USE(V8)
|
| -#include "v8_proxy.h"
|
| +#include "V8Proxy.h"
|
| #endif
|
| MSVC_POP_WARNING();
|
|
|
| @@ -361,7 +361,7 @@
|
| #if USE(V8)
|
| // Before showing the JavaScript dialog, we give the proxy implementation
|
| // a chance to process any pending console messages.
|
| - WebCore::V8Proxy::ProcessConsoleMessages();
|
| + WebCore::V8Proxy::processConsoleMessages();
|
| #endif
|
|
|
| std::wstring wstr = webkit_glue::StringToStdWString(message);
|
|
|