Bug 130231

Summary: Move WebSpeech code to use std::unique_ptr
Product: WebKit Reporter: Krzysztof Czech <k.czech>
Component: WebCore Misc.Assignee: Krzysztof Czech <k.czech>
Status: RESOLVED FIXED    
Severity: Normal CC: cfleizach, commit-queue, kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch
none
patch none

Description Krzysztof Czech 2014-03-14 02:48:31 PDT
Replace uses of OwnPtr and PassOwnPtr in WebSpeech code with std::unique_ptr.
Comment 1 Krzysztof Czech 2014-03-14 02:52:04 PDT
Created attachment 226673 [details]
patch
Comment 2 WebKit Commit Bot 2014-03-14 02:53:14 PDT
Attachment 226673 [details] did not pass style-queue:


ERROR: Source/WebCore/Modules/speech/SpeechSynthesis.cpp:118:  Tab found; better to use spaces  [whitespace/tab] [1]
Total errors found: 1 in 8 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Krzysztof Czech 2014-03-14 02:57:36 PDT
Created attachment 226674 [details]
patch
Comment 4 WebKit Commit Bot 2014-03-14 09:25:41 PDT
Comment on attachment 226674 [details]
patch

Clearing flags on attachment: 226674

Committed r165624: <http://trac.webkit.org/changeset/165624>
Comment 5 WebKit Commit Bot 2014-03-14 09:25:45 PDT
All reviewed patches have been landed.  Closing bug.