Bug 162681 - Mark NetworkLoad as final
Summary: Mark NetworkLoad as final
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-28 09:06 PDT by Daniel Bates
Modified: 2016-09-29 16:08 PDT (History)
1 user (show)

See Also:


Attachments
Patch (4.66 KB, patch)
2016-09-28 09:08 PDT, Daniel Bates
achristensen: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2016-09-28 09:06:30 PDT
We should mark class NetworkLoad as final as we do not have any derived classes at the moment and it is unclear if it would make sense to subclass NetworkLoad.
Comment 1 Daniel Bates 2016-09-28 09:08:54 PDT
Created attachment 290089 [details]
Patch
Comment 2 Daniel Bates 2016-09-29 16:08:03 PDT
Committed r206621: <http://trac.webkit.org/changeset/206621>