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

Unified Diff: webkit/tools/test_shell/test_worker/test_webworker.cc

Issue 149575: Roll WebKit DEPS from 45738 to 45840. (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 | « webkit/tools/test_shell/test_worker/test_webworker.h ('k') | webkit/webkit.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_worker/test_webworker.cc
===================================================================
--- webkit/tools/test_shell/test_worker/test_webworker.cc (revision 20552)
+++ webkit/tools/test_shell/test_worker/test_webworker.cc (working copy)
@@ -87,14 +87,15 @@
void TestWebWorker::postConsoleMessageToWorkerObject(
int destination_id,
int source_id,
+ int message_type,
int message_level,
const WebString& message,
int line_number,
const WebString& source_url) {
if (webworkerclient_delegate_)
webworkerclient_delegate_->postConsoleMessageToWorkerObject(
- destination_id, source_id, message_level, message, line_number,
- source_url);
+ destination_id, source_id, message_type, message_level,
+ message, line_number, source_url);
}
void TestWebWorker::confirmMessageFromWorkerObject(bool has_pending_activity) {
« no previous file with comments | « webkit/tools/test_shell/test_worker/test_webworker.h ('k') | webkit/webkit.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698