Bug 146428 - Don't try to access a possibly deallocated WebFrameProxy object
Summary: Don't try to access a possibly deallocated WebFrameProxy object
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: 2015-06-29 14:58 PDT by Anders Carlsson
Modified: 2015-06-29 15:08 PDT (History)
0 users

See Also:


Attachments
Patch (8.76 KB, patch)
2015-06-29 15:01 PDT, Anders Carlsson
thorton: 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 2015-06-29 14:58:08 PDT
Don't try to access a possibly deallocated WebFrameProxy object
Comment 1 Anders Carlsson 2015-06-29 15:01:10 PDT
Created attachment 255780 [details]
Patch
Comment 2 Tim Horton 2015-06-29 15:02:27 PDT
Comment on attachment 255780 [details]
Patch

r=me if you rename m_swipeWaitingForDidFinishLoad
Comment 3 Anders Carlsson 2015-06-29 15:08:04 PDT
Committed r186088: <http://trac.webkit.org/changeset/186088>