[webkit-reviews] review denied: [Bug 104947] Send a message from WebViewImpl to the compositor to inform about end of flings : [Attachment 179358] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 14 11:15:53 PST 2012


James Robinson <jamesr at chromium.org> has denied  review:
Bug 104947: Send a message from WebViewImpl to the compositor to inform about
end of flings
https://bugs.webkit.org/show_bug.cgi?id=104947

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

------- Additional Comments from James Robinson <jamesr at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=179358&action=review


> Source/WebKit/chromium/src/WebViewImpl.cpp:710
> +	       m_layerTreeView->didStopFlinging();

or maybe DRT is actually crashing - you need to null check m_layerTreeView here
and other places before you deref it


More information about the webkit-reviews mailing list