[Webkit-unassigned] [Bug 58210] webkit should implement the dropzone attribute
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 3 15:59:52 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=58210
--- Comment #22 from Daniel Cheng <dcheng at chromium.org> 2011-05-03 15:59:52 PST ---
(From update of attachment 91752)
View in context: https://bugs.webkit.org/attachment.cgi?id=91752&action=review
> Source/WebCore/page/EventHandler.cpp:1795
> + break;
As discussed on IRC, this code can be restructured a bit to combine the 2 early breaks, continue, and early return into just one early return. That way we only have to check for termination conditions in one block.
--
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