[Bug 26577] New: imageCaptureError attribute shouldn't be nun-null.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=26577

            Bug ID: 26577
           Summary: imageCaptureError attribute shouldn't be nun-null.
           Product: WebRTC Working Group
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Image Capture API
          Assignee: public-media-capture@w3.org
          Reporter: ayang@mozilla.com
                CC: public-media-capture@w3.org

[Constructor(DOMString type, optional ImageCaptureErrorEventInit
imageCaptureErrorInitDict)]
interface ImageCaptureErrorEvent : Event {
    readonly    attribute ImageCaptureError imageCaptureError;
};

How could imageCaptureError be non-null if imageCaptureErrorInitDict is
optional?

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=916643#c21

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Thursday, 14 August 2014 06:35:27 UTC