Bug 68914

Summary: Clean up how FrameView accesses the RenderView
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: hyatt, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch sam: review+

Description Simon Fraser (smfr) 2011-09-27 10:42:23 PDT
FrameView uses several different ways to get at the frame's root RenderView, and some of the null-check, others do not. This can cause crashes (e.g. bug 68893).
Comment 1 Simon Fraser (smfr) 2011-09-27 10:50:10 PDT
Created attachment 108868 [details]
Patch
Comment 2 Simon Fraser (smfr) 2011-09-27 10:54:12 PDT
http://trac.webkit.org/changeset/96130