2011-05-26 MORITA Hajime <morrita@google.com>
authormorrita@google.com <morrita@google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 27 May 2011 07:26:34 +0000 (07:26 +0000)
committermorrita@google.com <morrita@google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 27 May 2011 07:26:34 +0000 (07:26 +0000)
commit23daa619268254252402bbb0da96a7ee8dccbb99
treee5559a40efab5ae1324d5b30080c3bd6ac59b86a
parenta2f8d3c49903a8cdb26b2261e8276030cd541cca
2011-05-26  MORITA Hajime <morrita@google.com>

        Reviewed by Kent Tamura.

        WebCore::HTMLSummaryElement::isMainSummary crashes
        https://bugs.webkit.org/show_bug.cgi?id=61511

        * fast/html/details-summary-document-child-expected.txt: Added.
        * fast/html/details-summary-document-child.html: Added.
2011-05-26  MORITA Hajime  <morrita@google.com>

        Reviewed by Kent Tamura.

        WebCore::HTMLSummaryElement::isMainSummary ReadAV@NULL
        https://bugs.webkit.org/show_bug.cgi?id=61511

        Removed Unnecessary wrong cast to Elmement, which can be non-Element.

        Test: fast/html/details-summary-document-child.html

        * html/HTMLSummaryElement.cpp:
        (WebCore::HTMLSummaryElement::detailsElement):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@87480 268f45cc-cd09-0410-ab3c-d52691b4dbfc
LayoutTests/ChangeLog
LayoutTests/fast/html/details-summary-document-child-expected.txt [new file with mode: 0644]
LayoutTests/fast/html/details-summary-document-child.html [new file with mode: 0644]
Source/WebCore/ChangeLog
Source/WebCore/html/HTMLSummaryElement.cpp