Bug 127973

Summary: Crashes after 163116 in [WKView takeViewSnapshot]
Product: WebKit Reporter: Tim Horton <thorton>
Component: WebKit2Assignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, commit-queue, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch ap: review+

Description Tim Horton 2014-01-30 17:22:42 PST
We use ViewGestureController, but it could be null. We should make sure it's alive.
Comment 1 Tim Horton 2014-01-30 17:23:33 PST
Created attachment 222767 [details]
patch
Comment 2 Alexey Proskuryakov 2014-01-31 09:57:12 PST
Tim landed this fix in <http://trac.webkit.org/changeset/163147>.