I see a link error compiling for WinCE. ClipboardWin.cpp expects to be able to call createDragImageFromImage() but it is not implemented for WinCE (today WinCE does not use Cairo or Core Graphics).
Created attachment 189435 [details] Proposed fix
Thoughts?
Committed r147835: <http://trac.webkit.org/changeset/147835>
(In reply to comment #3) > Committed r147835: <http://trac.webkit.org/changeset/147835> I notice that this patch was committed without any review. Or if there was a review, it isn't marked anywhere. That's a NO NO!
(In reply to comment #4) > (In reply to comment #3) > > Committed r147835: <http://trac.webkit.org/changeset/147835> > > I notice that this patch was committed without any review. Or if there was a review, it isn't marked anywhere. That's a NO NO! That is, either there should be a "Reviewed by" line or an "Unreviewed" line in the ChangeLog.
Glenn - thank you for providing feedback. I'll be sure to create patches that have "Unreviewed", "Reviewed by NOBODY (OOPS!)", or "Reviewed by <intended reviewer>" in the ChangeLog.
Comment on attachment 189435 [details] Proposed fix Get out of review queue, patch has landed by now.