WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Roland Steiner
Comment 1
2011-06-01 23:16:43 PDT
Created
attachment 95727
[details]
Patch
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
Committed
r87879
: <
http://trac.webkit.org/changeset/87879
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug