Bug 137183 - Use the new is<>() / downcast<>() for Attr Nodes
Summary: Use the new is<>() / downcast<>() for Attr Nodes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on: 137056
Blocks:
  Show dependency treegraph
 
Reported: 2014-09-27 15:13 PDT by Chris Dumez
Modified: 2014-09-27 21:14 PDT (History)
7 users (show)

See Also:


Attachments
Patch (9.07 KB, patch)
2014-09-27 15:16 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2014-09-27 15:13:01 PDT
Use the new is<>() / downcast<>() for Attr Nodes instead of isAttr() / toAttr().
Comment 1 Chris Dumez 2014-09-27 15:16:01 PDT
Created attachment 238790 [details]
Patch
Comment 2 WebKit Commit Bot 2014-09-27 21:14:03 PDT
Comment on attachment 238790 [details]
Patch

Clearing flags on attachment: 238790

Committed r174038: <http://trac.webkit.org/changeset/174038>
Comment 3 WebKit Commit Bot 2014-09-27 21:14:09 PDT
All reviewed patches have been landed.  Closing bug.