Bug 143431

Summary: REGRESSION (r181778): Crash after scrolling Google search result page
Product: WebKit Reporter: Darin Adler <darin>
Component: AnimationsAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, commit-queue, dino, dstockwell, kling, sam, simon.fraser
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Darin Adler 2015-04-05 17:52:00 PDT
REGRESSION (r181778): Crash after scrolling Google search result page
Comment 1 Darin Adler 2015-04-05 17:53:07 PDT
Created attachment 250181 [details]
Patch
Comment 2 Simon Fraser (smfr) 2015-04-05 17:57:51 PDT
Comment on attachment 250181 [details]
Patch

This crash suggests that the FrameView that's calling this is not m_frame.view(). Maybe we're dispatching scroll events on frames in the page cache?
Comment 3 Darin Adler 2015-04-05 18:30:49 PDT
That’s a good point. While I won’t tackle that right now, it seems worth investigating.
Comment 4 WebKit Commit Bot 2015-04-05 18:44:26 PDT
Comment on attachment 250181 [details]
Patch

Clearing flags on attachment: 250181

Committed r182371: <http://trac.webkit.org/changeset/182371>
Comment 5 WebKit Commit Bot 2015-04-05 18:44:31 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Darin Adler 2015-04-05 19:41:28 PDT
<rdar://problem/20405481>