Bug 168633 - Remove unnecessary PerformanceEntry virtual methods
Summary: Remove unnecessary PerformanceEntry virtual methods
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-20 20:36 PST by Joseph Pecoraro
Modified: 2017-02-20 21:53 PST (History)
3 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (3.51 KB, patch)
2017-02-20 20:37 PST, Joseph Pecoraro
no flags Details | Formatted Diff | Diff
[PATCH] Proposed Fix (3.49 KB, patch)
2017-02-20 20:48 PST, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2017-02-20 20:36:36 PST
Remove unnecessary PerformanceEntry virtual methods

PerformanceEntries can only be created internally with specific types. So we can use the type instead of a virtual method.
Comment 1 Joseph Pecoraro 2017-02-20 20:37:57 PST
Created attachment 302221 [details]
[PATCH] Proposed Fix
Comment 2 Joseph Pecoraro 2017-02-20 20:48:23 PST
Created attachment 302222 [details]
[PATCH] Proposed Fix
Comment 3 WebKit Commit Bot 2017-02-20 21:53:21 PST
Comment on attachment 302222 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 302222

Committed r212700: <http://trac.webkit.org/changeset/212700>
Comment 4 WebKit Commit Bot 2017-02-20 21:53:27 PST
All reviewed patches have been landed.  Closing bug.