WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
79156
TrackEvent.idl refers to object instead of Object
https://bugs.webkit.org/show_bug.cgi?id=79156
Summary
TrackEvent.idl refers to object instead of Object
Drew Yao
Reported
2012-02-21 15:37:09 PST
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Ahmad Saleem
Comment 1
2022-08-02 10:59:28 PDT
This commit changed the line about 'Object' or 'object' to newer format:
https://github.com/WebKit/WebKit/commit/f4cb55743b181c9a03f7825acba5f9cbb82790a9#diff-6b87032516b9d4061ea003dc181fd3ddd66df8bef4767cc2869d7b1c557b6127
and this 'object' does not exist anymore:
https://github.com/WebKit/WebKit/blob/main/Source/WebCore/html/track/TrackEvent.idl
Do we need to update anything? Appreciate if someone can update accordingly. Thanks!
Ryosuke Niwa
Comment 2
2022-08-02 11:01:52 PDT
Nothing to do here.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug