RESOLVED FIXED 101497
Fix enclosingLayoutRect calls in InlineFlowBox.h
https://bugs.webkit.org/show_bug.cgi?id=101497
Summary Fix enclosingLayoutRect calls in InlineFlowBox.h
Emil A Eklund
Reported 2012-11-07 11:39:25 PST
InlineFlowBox.h used to include LayoutTypesInlineMethods.h which overrid enclosingLayoutRect to call closingIntRect. When we removed the LayoutTypes abstraction we switched these to enclosingIntRect to preserve the behavior. This patch changes these back to enclosingLayoutRect which is the desired behavior. This might fix bug 98062.
Attachments
Patch (10.45 KB, patch)
2012-11-07 11:42 PST, Emil A Eklund
no flags
Patch (56.15 KB, patch)
2012-11-07 15:44 PST, Emil A Eklund
no flags
Emil A Eklund
Comment 1 2012-11-07 11:42:44 PST
Emil A Eklund
Comment 2 2012-11-07 15:44:07 PST
Emil A Eklund
Comment 3 2012-11-08 08:45:44 PST
Note You need to log in before you can comment on or make changes to this bug.