[Webkit-unassigned] [Bug 27697] WorkerThread needs to be refactored to separate out dedicated-worker functionality
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 28 02:21:18 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27697
David Levin <levin at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #33522|review? |review+
Flag| |
--- Comment #2 from David Levin <levin at chromium.org> 2009-07-28 02:21:17 PDT ---
(From update of attachment 33522)
> diff --git a/WebCore/workers/WorkerThread.h b/WebCore/workers/WorkerThread.h
> + WorkerContext* workerContext() { return m_workerContext.get(); }
Can this ever return 0?
If not, consider making it return WorkerContext&.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list