Skip to content
  • rniwa@webkit.org's avatar
    2011-03-18 Ryosuke Niwa <rniwa@webkit.org> · d5460018
    rniwa@webkit.org authored
            Reviewed by Eric Seidel.
    
            REGRESSION(81374, 81384): editing/deleting/5206311-1.html hits assertion on non-Mac platforms
            https://bugs.webkit.org/show_bug.cgi?id=56599
    
            Re-enabled the test on non-Mac platforms.
    
            * platform/chromium/test_expectations.txt:
            * platform/gtk/Skipped:
            * platform/qt/Skipped:
            * platform/win/Skipped:
    2011-03-18  Ryosuke Niwa  <rniwa@webkit.org>
    
            Reviewed by Eric Seidel.
    
            REGRESSION(81374, 81384): editing/deleting/5206311-1.html hits assertion on non-Mac platforms
            https://bugs.webkit.org/show_bug.cgi?id=56599
    
            Debug build fix.
    
            * dom/Position.cpp:
            (WebCore::Position::parentAnchoredEquivalent): If the original position was a position before a node,
            then we can't necessarily instantiate a position inside the node.
            * editing/VisibleSelection.cpp:
            (WebCore::VisibleSelection::toNormalizedRange): Even if s and e were not null, container nodes of s and e
            could be null. Exit early in those cases as well.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@81518 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    d5460018