RESOLVED FIXED 118768
Remove a bunch of redundant checks for empty string in StringImpl
https://bugs.webkit.org/show_bug.cgi?id=118768
Summary Remove a bunch of redundant checks for empty string in StringImpl
Benjamin Poulain
Reported 2013-07-16 20:50:54 PDT
Remove a bunch of redundant checks for empty string in StringImpl
Attachments
Patch (7.25 KB, patch)
2013-07-16 21:40 PDT, Benjamin Poulain
rniwa: review+
Benjamin Poulain
Comment 1 2013-07-16 21:40:33 PDT
Ryosuke Niwa
Comment 2 2013-08-01 21:06:44 PDT
Comment on attachment 206850 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=206850&action=review > Source/WTF/wtf/text/StringImpl.cpp:416 > int32_t length = m_length; Can we add an assertion that m_length is non-zero here? > Source/WTF/wtf/text/StringImpl.cpp:448 > Ditto.
Benjamin Poulain
Comment 3 2013-08-02 20:32:17 PDT
Note You need to log in before you can comment on or make changes to this bug.