Bug 92841

Summary: Read tag names and attributes from the saved tokens in HTMLFormattingElementList::closestElementInScopeWithName(const AtomicString&)
Product: WebKit Reporter: Kwang Yul Seo <skyul>
Component: DOMAssignee: Kwang Yul Seo <skyul>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 92057    
Attachments:
Description Flags
Patch none

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.