Re: [webrtc-pc] Make DOMException references cite [WEBIDL] (#2200)

```
make[1]: Leaving directory `/home/travis/build/w3c/webrtc-pc/support/widlproc'
WIDLPROC_PATH=support/widlproc/obj/widlproc python2 support/webidl-checker/webidl-check build/output.html > /dev/null
4: at 'DOMException': expected identifier
error found in IDL #87
[
    Exposed=Window,
    Constructor(RTCErrorInit init, optional DOMString message = "")
*** ] interface RTCError : DOMException {
    readonly attribute RTCErrorDetailType errorDetail;
    readonly attribute long? sdpLineNumber;
    readonly attribute long? httpRequestStatusCode;
    readonly attribute long? sctpCauseCode;
    readonly attribute unsigned long? receivedAlert;
    readonly attribute unsigned long? sentAlert;
};------------------------------
make: *** [webidl] Error 64
The command "make check" exited with 2.
```

I don't know why it complains about DOMException still. The link works when I test the page manually.

-- 
GitHub Notification of comment by henbos
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/pull/2200#issuecomment-501708736 using your GitHub account

Received on Thursday, 13 June 2019 13:43:59 UTC