Bug 111544

Summary: [BlackBerry] Use hasTagName instead of hasLocalName in CredentialTransformData
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit BlackBerryAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mifenton, rwlbuis, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Carlos Garcia Campos 2013-03-06 01:29:19 PST
hasLocalName expects an AtomicString, but we are passing a HTMLName which is a QualifiedName.
Comment 1 Carlos Garcia Campos 2013-03-06 01:31:06 PST
Created attachment 191686 [details]
Patch
Comment 2 Rob Buis 2013-03-06 06:35:22 PST
Comment on attachment 191686 [details]
Patch

LGTM.
Comment 3 WebKit Review Bot 2013-03-06 07:07:59 PST
Comment on attachment 191686 [details]
Patch

Clearing flags on attachment: 191686

Committed r144921: <http://trac.webkit.org/changeset/144921>
Comment 4 WebKit Review Bot 2013-03-06 07:08:03 PST
All reviewed patches have been landed.  Closing bug.