RESOLVED FIXED 61907
Remove superfluous renderer() test
https://bugs.webkit.org/show_bug.cgi?id=61907
Summary Remove superfluous renderer() test
Roland Steiner
Reported 2011-06-01 23:13:04 PDT
Document::recalcStyle() at one point verifies that a renderer is present or bails out ('goto bail_out'). The code after that still contains a redundant check "if (renderer() && ..." that can be removed.
Attachments
Patch (1.26 KB, patch)
2011-06-01 23:16 PDT, Roland Steiner
tkent: review+
Roland Steiner
Comment 1 2011-06-01 23:16:43 PDT
Kent Tamura
Comment 2 2011-06-01 23:23:40 PDT
Comment on attachment 95727 [details] Patch ok
Roland Steiner
Comment 3 2011-06-01 23:30:41 PDT
Note You need to log in before you can comment on or make changes to this bug.