[Webkit-unassigned] [Bug 55115] Create IDLs for DataTransferItems

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 24 02:23:56 PST 2011


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





--- Comment #5 from Eric Seidel <eric at webkit.org>  2011-02-24 02:23:56 PST ---
(From update of attachment 83624)
View in context: https://bugs.webkit.org/attachment.cgi?id=83624&action=review

Seems a bit silly to add non-compiled code.  Especially since you didn't add any .cpp files even.

> Source/WebCore/dom/DataTransferItem.h:41
> +class DataTransferItem : public RefCounted<DataTransferItem> {

Shouldn't this header be conditional?

> Source/WebCore/dom/DataTransferItems.h:43
> +class DataTransferItems : public RefCounted<DataTransferItems> {

Wrapped in #ifs?

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