Bug 121746 - Don't store the "processing-instruction" string for PI tokens in the XPath parser
Summary: Don't store the "processing-instruction" string for PI tokens in the XPath pa...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-21 10:33 PDT by Anders Carlsson
Modified: 2013-09-21 10:58 PDT (History)
0 users

See Also:


Attachments
Patch (3.24 KB, patch)
2013-09-21 10:37 PDT, Anders Carlsson
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2013-09-21 10:33:51 PDT
Don't store the "processing-instruction" string for PI tokens in the XPath parser
Comment 1 Anders Carlsson 2013-09-21 10:37:45 PDT
Created attachment 212276 [details]
Patch
Comment 2 Antti Koivisto 2013-09-21 10:39:34 PDT
Comment on attachment 212276 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=212276&action=review

> Source/WebCore/xml/XPathParser.cpp:373
> +        // either node type of function name

This comment doesn't add much.
Comment 3 Anders Carlsson 2013-09-21 10:58:29 PDT
Committed r156230: <http://trac.webkit.org/changeset/156230>