Bug 60734 - [chromium] show-composited-layer-tree crashes on null ptr deref
Summary: [chromium] show-composited-layer-tree crashes on null ptr deref
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: Adrienne Walker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-12 16:05 PDT by Adrienne Walker
Modified: 2011-05-12 16:27 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.50 KB, patch)
2011-05-12 16:06 PDT, Adrienne Walker
jamesr: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adrienne Walker 2011-05-12 16:05:14 PDT
[chromium] show-composited-layer-tree crashes on null ptr deref
Comment 1 Adrienne Walker 2011-05-12 16:06:46 PDT
Created attachment 93362 [details]
Patch
Comment 2 Nat Duca 2011-05-12 16:10:14 PDT
Comment on attachment 93362 [details]
Patch

Nice. :) Thanks enne.
Comment 3 James Robinson 2011-05-12 16:15:26 PDT
Comment on attachment 93362 [details]
Patch

(!m_tiler || m_tiler->skipsDraw()) is terser

I think I've had this patch applied locally for a few days and haven't got around to upstreaming it :(.
Comment 4 Adrienne Walker 2011-05-12 16:27:41 PDT
Committed r86394: <http://trac.webkit.org/changeset/86394>