Bug 68480 - De-virtualize containingBlock().
Summary: De-virtualize containingBlock().
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on: 68938
Blocks:
  Show dependency treegraph
 
Reported: 2011-09-20 15:02 PDT by Dave Hyatt
Modified: 2011-09-27 14:35 PDT (History)
0 users

See Also:


Attachments
Patch (6.16 KB, patch)
2011-09-20 15:04 PDT, Dave Hyatt
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2011-09-20 15:02:47 PDT
De-virtualize containingBlock() and make RenderView return 0 instead of itself to make the construction of normal loops that terminate via a null-check possible.
Comment 1 Dave Hyatt 2011-09-20 15:04:24 PDT
Created attachment 108059 [details]
Patch
Comment 2 Dave Hyatt 2011-09-20 15:22:45 PDT
Fixed in r95573.