[Webkit-unassigned] [Bug 40307] [GTK] DragDataGtk should use DataObjectGtk as the platformDragData

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 12 19:06:05 PDT 2010


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


Eric Seidel <eric at webkit.org> changed:

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




--- Comment #2 from Eric Seidel <eric at webkit.org>  2010-06-12 19:06:04 PST ---
(From update of attachment 58161)
WebCore/platform/DragData.h: 
 +  typedef void* DragDataRef;
Can't this just be class DataObjectGtk; instead of having to include the header?

WebCore/platform/gtk/DragDataGtk.cpp:93
 +      RefPtr<DocumentFragment> fragment(createFragmentFromMarkup(document, m_platformDragData->markup(), ""));
Why store this in a ref ptr at all?

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