[Webkit-unassigned] [Bug 24043] [GTK] Workers with url 'about:blank' do not load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 20 23:42:40 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=24043


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #27844|review?                     |review-
               Flag|                            |




------- Comment #9 from ap at webkit.org  2009-02-20 23:42 PDT -------
(From update of attachment 27844)
> +    ResourceHandle* handle = static_cast<ResourceHandle*>(callback_data);
> +    if (!handle)
> +        return FALSE;

I don't see how the handle can possibly be null. The callback data is set to
"this" in start(), and can't be modified by WebCore.

Looks like you need to ref() the handle when creating an idle handler, and
deref it when reportError() is done.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list