[webkit-reviews] review granted: [Bug 13897] Dragging a file onto <input type="file"> should give distinct visual feedback : [Attachment 113757] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 5 11:06:07 PDT 2011


mitz at webkit.org has granted Jon Lee <jonlee at apple.com>'s request for review:
Bug 13897: Dragging a file onto <input type="file"> should give distinct visual
feedback
https://bugs.webkit.org/show_bug.cgi?id=13897

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

------- Additional Comments from mitz at webkit.org
View in context: https://bugs.webkit.org/attachment.cgi?id=113757&action=review


> Source/WebCore/page/DragController.cpp:91
> +    , m_fileInputElementUnderMouse(0)

No need to initialize a RefPtr to 0.


More information about the webkit-reviews mailing list