Bug 92841 - Read tag names and attributes from the saved tokens in HTMLFormattingElementList::closestElementInScopeWithName(const AtomicString&)
Summary: Read tag names and attributes from the saved tokens in HTMLFormattingElementL...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kwang Yul Seo
URL:
Keywords:
Depends on:
Blocks: 92057
  Show dependency treegraph
 
Reported: 2012-07-31 22:36 PDT by Kwang Yul Seo
Modified: 2012-08-01 12:42 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.77 KB, patch)
2012-07-31 22:38 PDT, Kwang Yul Seo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kwang Yul Seo 2012-07-31 22:36:09 PDT
This is a follow-up patch for r123577. Replaced entry.element()->hasLocalName(targetName) with entry.stackItem()->hasLocalName(targetName).
Comment 1 Kwang Yul Seo 2012-07-31 22:38:13 PDT
Created attachment 155723 [details]
Patch
Comment 2 WebKit Review Bot 2012-08-01 12:42:22 PDT
Comment on attachment 155723 [details]
Patch

Clearing flags on attachment: 155723

Committed r124357: <http://trac.webkit.org/changeset/124357>
Comment 3 WebKit Review Bot 2012-08-01 12:42:26 PDT
All reviewed patches have been landed.  Closing bug.