Bug 156894

Summary: [ANGLE] Remove deprecated auto_ptr warning
Product: WebKit Reporter: Joonghun Park <jh718.park>
Component: ANGLEAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dino
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Joonghun Park 2016-04-22 00:06:09 PDT
Use std::unique_ptr instead of std::auto_ptr which removes the warning below.
warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
Comment 1 Joonghun Park 2016-04-22 00:08:57 PDT
Committed r199873: <http://trac.webkit.org/changeset/199873>