Bug 143431 - REGRESSION (r181778): Crash after scrolling Google search result page
Summary: REGRESSION (r181778): Crash after scrolling Google search result page
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-04-05 17:52 PDT by Darin Adler
Modified: 2015-04-05 19:41 PDT (History)
7 users (show)

See Also:


Attachments
Patch (1.86 KB, patch)
2015-04-05 17:53 PDT, Darin Adler
no flags Details | Formatted Diff | Diff

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