Bug 141482

Summary: Improve the showFrameTree() output slightly
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch zalan: review+, zalan: commit-queue-

Description Simon Fraser (smfr) 2015-02-11 12:27:56 PST
Improve the showFrameTree() output slightly
Comment 1 Simon Fraser (smfr) 2015-02-11 12:29:05 PST
Created attachment 246404 [details]
Patch
Comment 2 zalan 2015-02-11 12:31:58 PST
Comment on attachment 246404 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=246404&action=review

> Source/WebCore/page/FrameTree.cpp:429
> +    printf("  renderView=%p\n", view->renderView());

NULL check the view please.
Comment 3 Simon Fraser (smfr) 2015-02-11 12:34:46 PST
https://trac.webkit.org/r179947