[Webkit-unassigned] [Bug 79156] New: TrackEvent.idl refers to object instead of Object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 21 15:37:09 PST 2012


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

           Summary: TrackEvent.idl refers to object instead of Object
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ayao at apple.com


r108383:

WebKit/Source/WebCore/html/track/TrackEvent.idl

module html {

    interface [
        Conditional=VIDEO_TRACK,
        V8EnabledAtRuntime=webkitVideoTrack,
        ConstructorTemplate=Event
    ] TrackEvent : Event {
        readonly attribute [InitializedByEventConstructor, CustomGetter] object track;
    };

}

I think object should be Object with a capital O.

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