[Webkit-unassigned] [Bug 147630] New: shouldParseTelephoneNumbersInNode() does not need to check for Comment nodes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 4 09:53:46 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=147630

            Bug ID: 147630
           Summary: shouldParseTelephoneNumbersInNode() does not need to
                    check for Comment nodes
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cdumez at apple.com

shouldParseTelephoneNumbersInNode() does not need to check for Comment nodes. We already know the input is a ContainerNode and a Comment is not a ContainerNode.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150804/8eeaad50/attachment.html>


More information about the webkit-unassigned mailing list