[webkit-reviews] review granted: [Bug 121903] htmlediting.cpp: unnecessary local variable cleanup : [Attachment 212566] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 25 18:37:27 PDT 2013


Darin Adler <darin at apple.com> has granted Santosh Mahto
<santosh.ma at samsung.com>'s request for review:
Bug 121903: htmlediting.cpp: unnecessary local variable cleanup
https://bugs.webkit.org/show_bug.cgi?id=121903

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

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=212566&action=review


> Source/WebCore/editing/htmlediting.cpp:145
> +    return 0;

Should be nullptr rather than 0 in new code.


More information about the webkit-reviews mailing list