[Webkit-unassigned] [Bug 102444] New: [Chromium-Android] Stack overflow in MediaControlsChromiumAndroid.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 15 16:21:49 PST 2012


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

           Summary: [Chromium-Android] Stack overflow in
                    MediaControlsChromiumAndroid.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wangxianzhu at chromium.org
                CC: eric.carlson at apple.com, dino at apple.com,
                    silviapf at chromium.org


PassRefPtr<MediaControls> MediaControls::create(Document* document)
{
    return MediaControlsChromiumAndroid::create(document);
}

MediaControls::create calls itself. The 'create' should be 'createControls'.

-- 
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