summaryrefslogtreecommitdiffstats
path: root/chrome/worker/webworkerclient_proxy.h
diff options
context:
space:
mode:
authordimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-14 00:35:08 +0000
committerdimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-14 00:35:08 +0000
commit76f565227a89e88b6a0a32bf36cc5c01f6e418ca (patch)
tree4c9a9f557701a1faef9cb33a8a7ad40896a7ae8c /chrome/worker/webworkerclient_proxy.h
parent8872aae93c8be5953338ab6eda9b81d7846d6690 (diff)
downloadchromium_src-76f565227a89e88b6a0a32bf36cc5c01f6e418ca.zip
chromium_src-76f565227a89e88b6a0a32bf36cc5c01f6e418ca.tar.gz
chromium_src-76f565227a89e88b6a0a32bf36cc5c01f6e418ca.tar.bz2
Roll WebKit DEPS from 45738 to 45840.
Review URL: http://codereview.chromium.org/149575 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20589 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/worker/webworkerclient_proxy.h')
-rw-r--r--chrome/worker/webworkerclient_proxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/worker/webworkerclient_proxy.h b/chrome/worker/webworkerclient_proxy.h
index ccff6f1..341c15a 100644
--- a/chrome/worker/webworkerclient_proxy.h
+++ b/chrome/worker/webworkerclient_proxy.h
@@ -33,6 +33,7 @@ class WebWorkerClientProxy : public WebKit::WebWorkerClient,
virtual void postConsoleMessageToWorkerObject(
int destination,
int source,
+ int type,
int level,
const WebKit::WebString& message,
int line_number,