[Webkit-unassigned] [Bug 150121] New: If a host object is only used as a variadic argument, its bindings header isn't properly included

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 14 05:59:08 PDT 2015


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

            Bug ID: 150121
           Summary: If a host object is only used as a variadic argument,
                    its bindings header isn't properly included
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Bindings
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: adam.bergkvist at ericsson.com

For example:

in RTCPeerConnection.idl:

[StrictTypeChecking, RaisesException] RTCRtpSender addTrack(MediaStreamTrack track, MediaStream... streams);

If MediaStream is only mentioned at the line above (as a variadic arg), JSMediaStream.cpp won't be included in JSRTCPeerConnection.cpp.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151014/79d34682/attachment.html>


More information about the webkit-unassigned mailing list