Bug 117553

Summary: [BlackBerry] Use RefPtr for HTMLInputElement inside CredentialTransformData
Product: WebKit Reporter: Leo Yang <leoyang>
Component: WebKit BlackBerryAssignee: Leo Yang <leoyang>
Status: RESOLVED FIXED    
Severity: Normal CC: cgarcia, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.