[webkit-reviews] review granted: [Bug 132038] Cursor doesn't change back to pointer when leaving the Safari window : [Attachment 229955] Fixes the bug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 22 22:15:04 PDT 2014


Alexey Proskuryakov <ap at webkit.org> has granted Ryosuke Niwa
<rniwa at webkit.org>'s request for review:
Bug 132038: Cursor doesn't change back to pointer when leaving the Safari
window
https://bugs.webkit.org/show_bug.cgi?id=132038

Attachment 229955: Fixes the bug
https://bugs.webkit.org/attachment.cgi?id=229955&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=229955&action=review


> Source/WebCore/page/EventHandler.cpp:1386
> +	   bool editable = node ? node->hasEditableStyle() : false;

I think that "node && node->hasEditableStyle()" would be more readable than a
ternary.


More information about the webkit-reviews mailing list