diff options
author | dimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 00:35:08 +0000 |
---|---|---|
committer | dimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 00:35:08 +0000 |
commit | 76f565227a89e88b6a0a32bf36cc5c01f6e418ca (patch) | |
tree | 4c9a9f557701a1faef9cb33a8a7ad40896a7ae8c /chrome/worker/webworkerclient_proxy.h | |
parent | 8872aae93c8be5953338ab6eda9b81d7846d6690 (diff) | |
download | chromium_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.h | 1 |
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, |