[webkit-reviews] review granted: [Bug 104261] [Win] Crash when saving history with no items in it. : [Attachment 178008] Patch

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


Darin Adler <darin at apple.com> has granted peavo at outlook.com's request for
review:
Bug 104261: [Win] Crash when saving history with no items in it.
https://bugs.webkit.org/show_bug.cgi?id=104261

Attachment 178008: Patch
https://bugs.webkit.org/attachment.cgi?id=178008&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
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().


More information about the webkit-reviews mailing list