Bug 111544 - [BlackBerry] Use hasTagName instead of hasLocalName in CredentialTransformData
Summary: [BlackBerry] Use hasTagName instead of hasLocalName in 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: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-06 01:29 PST by Carlos Garcia Campos
Modified: 2013-03-06 07:08 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.18 KB, patch)
2013-03-06 01:31 PST, Carlos Garcia Campos
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.