[Webkit-unassigned] [Bug 61536] [Chromium] Add missing compile guards for WebWorkers in WebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 26 12:22:51 PDT 2011


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


Dmitry Titov <dimich at chromium.org> changed:

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




--- Comment #8 from Dmitry Titov <dimich at chromium.org>  2011-05-26 12:22:51 PST ---
(From update of attachment 95018)
View in context: https://bugs.webkit.org/attachment.cgi?id=95018&action=review

One small thing:

> Source/WebKit/chromium/src/WebFileSystemCallbacksImpl.cpp:99
>      delete this;

I think this 'delete' is not needed now since there is OwnPtr for 'this'... While at this, lets add a comment to the OwnPtr about this object self-deleting on exit, to make it more explicit.

-- 
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