[Webkit-unassigned] [Bug 104261] [Win] Crash when saving history with no items in it.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 15 15:30:44 PST 2013


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #178008|review?                     |review+, commit-queue+
               Flag|                            |




--- Comment #2 from Darin Adler <darin at apple.com>  2013-01-15 15:32:29 PST ---
(From update of attachment 178008)
View in context: https://bugs.webkit.org/attachment.cgi?id=178008&action=review

> Source/WebKit/win/WebHistory.cpp:384
> +    if (!data.get())

Should be able to write just if (!data) without the get().

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