Bug 145907 - Add the remaining missing override specifiers under Source/WebCore/
Summary: Add the remaining missing override specifiers under Source/WebCore/
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zan Dobersek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-11 23:22 PDT by Zan Dobersek
Modified: 2015-06-12 11:49 PDT (History)
0 users

See Also:


Attachments
Patch (41.98 KB, patch)
2015-06-11 23:36 PDT, Zan Dobersek
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2015-06-11 23:22:11 PDT
Add the remaining missing override specifiers under Source/WebCore/
Comment 1 Zan Dobersek 2015-06-11 23:36:07 PDT
Created attachment 254779 [details]
Patch
Comment 2 Darin Adler 2015-06-12 09:45:54 PDT
Comment on attachment 254779 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=254779&action=review

> Source/WebCore/ChangeLog:13
> +        Where the addition had to be performed on all virtual methods of the
> +        class, the virtual specifier was removed so now only the override
> +        specifier is in use.

Still a bit controversial, but Antti did suggest this and nobody said no!

> Source/WebCore/ChangeLog:22
> +        (WebCore::EqualPowerPanner::reset): Deleted.

I understand that the prepare change log script generated all of these, but please remove them. I don’t think it does anyone any good to list all these functions as deleted in the change log.
Comment 3 Zan Dobersek 2015-06-12 11:31:01 PDT
Comment on attachment 254779 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=254779&action=review

>> Source/WebCore/ChangeLog:22
>> +        (WebCore::EqualPowerPanner::reset): Deleted.
> 
> I understand that the prepare change log script generated all of these, but please remove them. I don’t think it does anyone any good to list all these functions as deleted in the change log.

Will do.
Comment 4 Zan Dobersek 2015-06-12 11:49:29 PDT
Committed r185518: <http://trac.webkit.org/changeset/185518>