WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
58403
Rename onEndChain and make it a static method.
https://bugs.webkit.org/show_bug.cgi?id=58403
Summary
Rename onEndChain and make it a static method.
Yael
Reported
2011-04-12 17:28:34 PDT
The method onEndChain should be renamed and should become static.
Attachments
Patch.
(3.33 KB, patch)
2011-04-12 17:34 PDT
,
Yael
eric
: review+
eric
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2011-04-12 17:28:54 PDT
Thanks.
Yael
Comment 2
2011-04-12 17:34:41 PDT
Created
attachment 89316
[details]
Patch.
Eric Seidel (no email)
Comment 3
2011-04-12 17:46:28 PDT
Comment on
attachment 89316
[details]
Patch. View in context:
https://bugs.webkit.org/attachment.cgi?id=89316&action=review
Otherwise LGTM. If you're a committer, you can just add the two keywords when you land, otherwise you'll need to post a new patch. Thanks!
> Source/WebCore/rendering/InlineFlowBox.cpp:255 > +bool isLastChildForRenderer(RenderObject* ancestor, RenderObject* child)
Should mark it static and possibly inline.
Yael
Comment 4
2011-04-12 17:54:42 PDT
(In reply to
comment #3
)
> (From update of
attachment 89316
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=89316&action=review
> > Otherwise LGTM. If you're a committer, you can just add the two keywords when you land, otherwise you'll need to post a new patch. Thanks! > > > Source/WebCore/rendering/InlineFlowBox.cpp:255 > > +bool isLastChildForRenderer(RenderObject* ancestor, RenderObject* child) > > Should mark it static and possibly inline.
Terribly sorry, I forgot to mark it static. Thanks for catching it. I'll mark it inline if the compiler agrees :)
Yael
Comment 5
2011-04-12 18:37:32 PDT
Committed
r83679
: <
http://trac.webkit.org/changeset/83679
>
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