Bug 141482 - Improve the showFrameTree() output slightly
Summary: Improve the showFrameTree() output slightly
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-11 12:27 PST by Simon Fraser (smfr)
Modified: 2015-02-11 12:34 PST (History)
1 user (show)

See Also:


Attachments
Patch (3.00 KB, patch)
2015-02-11 12:29 PST, Simon Fraser (smfr)
zalan: review+
zalan: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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