Bug 79156
Summary: | TrackEvent.idl refers to object instead of Object | ||
---|---|---|---|
Product: | WebKit | Reporter: | Drew Yao <ayao> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | ahmad.saleem792, ap, bfulgham, rniwa |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Drew Yao
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
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
Nothing to do here.