Bug 125372 - Remove statusWithDirection static function from RenderBlockLineLayout
Summary: Remove statusWithDirection static function from RenderBlockLineLayout
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zoltan Horvath
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-06 16:16 PST by Zoltan Horvath
Modified: 2013-12-07 21:50 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.70 KB, patch)
2013-12-06 16:19 PST, Zoltan Horvath
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan Horvath 2013-12-06 16:16:39 PST
I run into a FIXME about using BidiStatus constructor rather than statusWithDirection, once it's implemented. BidiStatus has got the appropriate constructor now, so I removed statusWithDirection and updated the code to use the constructor of BidiStatus.
Comment 1 Zoltan Horvath 2013-12-06 16:19:12 PST
Created attachment 218631 [details]
Patch
Comment 2 WebKit Commit Bot 2013-12-07 21:50:37 PST
Comment on attachment 218631 [details]
Patch

Clearing flags on attachment: 218631

Committed r160279: <http://trac.webkit.org/changeset/160279>
Comment 3 WebKit Commit Bot 2013-12-07 21:50:38 PST
All reviewed patches have been landed.  Closing bug.