Bug 131098 - Page should use std::unique_ptr for PointerLockController
Summary: Page should use std::unique_ptr for PointerLockController
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jinwoo Song
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-02 03:57 PDT by Jinwoo Song
Modified: 2014-04-02 16:52 PDT (History)
4 users (show)

See Also:


Attachments
Patch (8.23 KB, patch)
2014-04-02 04:00 PDT, Jinwoo Song
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jinwoo Song 2014-04-02 03:57:28 PDT
MAke Page keep a std::unique_ptr to PointerLockController. Store page references and return controller references where possible.
Comment 1 Jinwoo Song 2014-04-02 04:00:19 PDT
Created attachment 228382 [details]
Patch
Comment 2 Jinwoo Song 2014-04-02 16:52:06 PDT
Comment on attachment 228382 [details]
Patch

Clearing flags on attachment: 228382

Committed r166679: <http://trac.webkit.org/changeset/166679>
Comment 3 Jinwoo Song 2014-04-02 16:52:14 PDT
All reviewed patches have been landed.  Closing bug.