Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Unified Diff: webkit/glue/chrome_client_impl.cc

Issue 149086: Use upstream V8Proxy and V8Utilities (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/api/src/WebKit.cpp ('k') | webkit/glue/devtools/bound_object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « webkit/api/src/WebKit.cpp ('k') | webkit/glue/devtools/bound_object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698