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

Unified Diff: webkit/api/public/WebKit.h

Issue 159232: Remove the dependency on V8Proxy.h from test_shell.cc. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 5 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 | « no previous file | webkit/api/src/WebKit.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/api/public/WebKit.h
===================================================================
--- webkit/api/public/WebKit.h (revision 21306)
+++ webkit/api/public/WebKit.h (working copy)
@@ -77,6 +77,9 @@
WEBKIT_API void registerExtension(v8::Extension*,
const WebString& schemeRestriction);
+ // Process any pending JavaScript console messages.
+ WEBKIT_API void flushConsoleMessages();
+
// Enables HTML5 media support.
WEBKIT_API void enableMediaPlayer();
« no previous file with comments | « no previous file | webkit/api/src/WebKit.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698