[Webkit-unassigned] [Bug 21358] DragData should not depend on Clipboard, DocumentFragment, and Document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 13 11:04:48 PDT 2014


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





--- Comment #4 from Sam Weinig <sam at webkit.org>  2014-08-13 11:04:56 PST ---
(From update of attachment 236519)
View in context: https://bugs.webkit.org/attachment.cgi?id=236519&action=review

> Source/WebCore/page/gtk/DragControllerGtk.cpp:83
> +    if (!dragData.platformData()->hasMarkup() || !frame->document())

Since we are not null-checking the Frame here, can we pass it by reference? Or do we need to null check it?

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