Bug 117553 - [BlackBerry] Use RefPtr for HTMLInputElement inside CredentialTransformData
Summary: [BlackBerry] Use RefPtr for HTMLInputElement inside CredentialTransformData
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Leo Yang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-12 10:33 PDT by Leo Yang
Modified: 2013-06-12 11:41 PDT (History)
2 users (show)

See Also:


Attachments
Patch (8.06 KB, patch)
2013-06-12 10:49 PDT, Leo Yang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Leo Yang 2013-06-12 10:33:02 PDT
In CredentialTransformData we should use RefPtr for m_userNameElement, m_passwordElement and m_oldPasswordElement because otherwise the elements could go away when the form elements get destroyed.
Comment 1 Leo Yang 2013-06-12 10:49:45 PDT
Created attachment 204455 [details]
Patch
Comment 2 WebKit Commit Bot 2013-06-12 11:41:42 PDT
Comment on attachment 204455 [details]
Patch

Clearing flags on attachment: 204455

Committed r151514: <http://trac.webkit.org/changeset/151514>
Comment 3 WebKit Commit Bot 2013-06-12 11:41:43 PDT
All reviewed patches have been landed.  Closing bug.