Bug 131098

Summary: Page should use std::unique_ptr for PointerLockController
Product: WebKit Reporter: Jinwoo Song <jinwoo7.song>
Component: WebCore Misc.Assignee: Jinwoo Song <jinwoo7.song>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarcelo, commit-queue, esprehn+autocc, kangil.han
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.