summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webworkerclient_impl.h
diff options
context:
space:
mode:
authorjianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-30 07:06:31 +0000
committerjianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-30 07:06:31 +0000
commit646dce40970192643ce533518888dfaf9c736815 (patch)
treefb1d8f65794392b456e20f3e576a2eae5d2e4377 /webkit/glue/webworkerclient_impl.h
parent99ac91f2d045b836b2d3ab7927077322e7fa9967 (diff)
downloadchromium_src-646dce40970192643ce533518888dfaf9c736815.zip
chromium_src-646dce40970192643ce533518888dfaf9c736815.tar.gz
chromium_src-646dce40970192643ce533518888dfaf9c736815.tar.bz2
Revert 12763.
Review URL: http://codereview.chromium.org/56055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12764 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webworkerclient_impl.h')
-rw-r--r--webkit/glue/webworkerclient_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/glue/webworkerclient_impl.h b/webkit/glue/webworkerclient_impl.h
index 5a8a4cd..4c8277c 100644
--- a/webkit/glue/webworkerclient_impl.h
+++ b/webkit/glue/webworkerclient_impl.h
@@ -7,6 +7,7 @@
#if ENABLE(WORKERS)
+#include "base/scoped_ptr.h"
#include "webkit/glue/webworkerclient.h"
#include "WorkerContextProxy.h"
@@ -60,7 +61,7 @@ class WebWorkerClientImpl : public WebCore::WorkerContextProxy,
WTF::RefPtr<WebCore::ScriptExecutionContext> script_execution_context_;
WebCore::Worker* worker_;
- WebWorker* webworker_;
+ scoped_ptr<WebWorker> webworker_;
bool asked_to_terminate_;
uint32 unconfirmed_message_count_;
bool worker_context_had_pending_activity_;