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

Unified Diff: Source/web/WebEmbeddedWorkerImpl.cpp

Issue 1041053005: Oilpan: fix WorkerThreadStartupData finalization handling. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add comment clarifying use of CrossThreadPersistent<> Created 5 years, 9 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 | « Source/platform/heap/Handle.h ('k') | Source/web/WebSharedWorkerImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebEmbeddedWorkerImpl.cpp
diff --git a/Source/web/WebEmbeddedWorkerImpl.cpp b/Source/web/WebEmbeddedWorkerImpl.cpp
index 6fa9e65600abb3e81824f2957ab1cf521e59b52d..3d8297128d5f063f10c87c8dc07b3bed0ec34506 100644
--- a/Source/web/WebEmbeddedWorkerImpl.cpp
+++ b/Source/web/WebEmbeddedWorkerImpl.cpp
@@ -416,7 +416,7 @@ void WebEmbeddedWorkerImpl::startWorkerThread()
document->initContentSecurityPolicy(m_mainScriptLoader->releaseContentSecurityPolicy());
KURL scriptURL = m_mainScriptLoader->url();
- OwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData =
+ OwnPtr<WorkerThreadStartupData> startupData =
WorkerThreadStartupData::create(
scriptURL,
m_workerStartData.userAgent,
« no previous file with comments | « Source/platform/heap/Handle.h ('k') | Source/web/WebSharedWorkerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698