[Webkit-unassigned] [Bug 38127] New: MediaTokenizer::writeRawData() shouldn't call finish()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 26 09:26:49 PDT 2010


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

           Summary: MediaTokenizer::writeRawData() shouldn't call finish()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yong.li.webkit at gmail.com
                CC: staikos at kde.org


MediaTokenizer::writeRawData() shouldn't call finish(). FrameLoader will call
finish() when loading finishes, and before that,
ASSERT(document()->isParsing()) will be hit.

writeRawData() shouldn't call finish() anyway, because more data can come next.

The similar problem exists in PluginTokenizer::writeRawData()

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list