Bug 129665 - Move Source/WebCore/editing/ code to std::unique_ptr
Summary: Move Source/WebCore/editing/ code to std::unique_ptr
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zan Dobersek
URL:
Keywords:
Depends on:
Blocks: 128007
  Show dependency treegraph
 
Reported: 2014-03-04 01:06 PST by Zan Dobersek
Modified: 2014-03-06 00:59 PST (History)
1 user (show)

See Also:


Attachments
Patch (19.36 KB, patch)
2014-03-04 01:09 PST, Zan Dobersek
no flags Details | Formatted Diff | Diff
Patch (19.35 KB, patch)
2014-03-04 01:37 PST, Zan Dobersek
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2014-03-04 01:06:23 PST
Move Source/WebCore/editing/ code to std::unique_ptr
Comment 1 Zan Dobersek 2014-03-04 01:09:12 PST
Created attachment 225749 [details]
Patch
Comment 2 WebKit Commit Bot 2014-03-04 01:11:34 PST
Attachment 225749 [details] did not pass style-queue:


ERROR: Source/WebCore/page/Frame.cpp:165:  Wrong number of spaces before statement. (expected: 8)  [whitespace/indent] [4]
Total errors found: 1 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Zan Dobersek 2014-03-04 01:37:43 PST
Created attachment 225757 [details]
Patch
Comment 4 WebKit Commit Bot 2014-03-04 01:40:40 PST
Attachment 225757 [details] did not pass style-queue:


ERROR: Source/WebCore/page/Frame.cpp:165:  Wrong number of spaces before statement. (expected: 8)  [whitespace/indent] [4]
Total errors found: 1 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Zan Dobersek 2014-03-06 00:58:55 PST
Comment on attachment 225757 [details]
Patch

Clearing flags on attachment: 225757

Committed r165178: <http://trac.webkit.org/changeset/165178>
Comment 6 Zan Dobersek 2014-03-06 00:59:02 PST
All reviewed patches have been landed.  Closing bug.