Bug 180059 - NavigatorBase::serviceWorker() should return a reference instead of a raw pointer
Summary: NavigatorBase::serviceWorker() should return a reference instead of a raw poi...
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: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-11-27 15:47 PST by Chris Dumez
Modified: 2017-11-27 16:23 PST (History)
10 users (show)

See Also:


Attachments
Patch (3.41 KB, patch)
2017-11-27 15:48 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2017-11-27 15:47:45 PST
NavigatorBase::serviceWorker() should return a reference instead of a raw pointer, as it can never return null.
Comment 1 Chris Dumez 2017-11-27 15:48:42 PST
Created attachment 327704 [details]
Patch
Comment 2 Geoffrey Garen 2017-11-27 15:49:22 PST
Comment on attachment 327704 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2017-11-27 16:22:17 PST
Comment on attachment 327704 [details]
Patch

Clearing flags on attachment: 327704

Committed r225203: <https://trac.webkit.org/changeset/225203>
Comment 4 WebKit Commit Bot 2017-11-27 16:22:19 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2017-11-27 16:23:25 PST
<rdar://problem/35711144>