Chromium Code Reviews| 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(); |