Bug 168633

Summary: Remove unnecessary PerformanceEntry virtual methods
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: WebCore Misc.Assignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, commit-queue, rniwa
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Proposed Fix
none
[PATCH] Proposed Fix none

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.