Bug 79372 - Crash in ScrollElasticityController::snapRubberBandTimerFired()
Summary: Crash in ScrollElasticityController::snapRubberBandTimerFired()
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: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-23 09:48 PST by Anders Carlsson
Modified: 2012-02-23 10:01 PST (History)
0 users

See Also:


Attachments
Patch (2.27 KB, patch)
2012-02-23 09:49 PST, Anders Carlsson
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2012-02-23 09:48:26 PST
Crash in ScrollElasticityController::snapRubberBandTimerFired()
Comment 1 Anders Carlsson 2012-02-23 09:49:27 PST
Created attachment 128489 [details]
Patch
Comment 2 Andreas Kling 2012-02-23 09:56:05 PST
Comment on attachment 128489 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=128489&action=review

> Source/WebCore/page/scrolling/mac/ScrollingTreeNodeMac.h:42
> +    ~ScrollingTreeNodeMac();

virtual, bro.
Comment 3 Anders Carlsson 2012-02-23 10:01:12 PST
Committed r108636: <http://trac.webkit.org/changeset/108636>