[Webkit-unassigned] [Bug 113294] New: REGRESSION(r145279): Build fails while linking when MEDIA_STREAM is enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 26 04:19:13 PDT 2013


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

           Summary: REGRESSION(r145279): Build fails while linking when
                    MEDIA_STREAM is enabled
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Regression
          Severity: Normal
          Priority: P2
         Component: WebKit API
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cgarcia at igalia.com


Due to undefined references to WebCore::JSRTCStatsResponse::nameGetter and WebCore::JSRTCStatsResponse::canGetItemsForName. In r145279 NamedGetter extended attribute is added to RTCStatsResponse.idl which makes the code generator to add prototypes for JSRTCStatsResponse::nameGetter and JSRTCStatsResponse::canGetItemsForName to the generated JSRTCStatsResponse header, but they are not implemented anywhere. We need to provide a SRTCStatsResponseCustom file with the implementation of both functions.

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