Bug 121853 - Remove encoder create functions
Summary: Remove encoder create functions
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: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-24 12:40 PDT by Anders Carlsson
Modified: 2013-09-24 12:58 PDT (History)
3 users (show)

See Also:


Attachments
Patch (22.11 KB, patch)
2013-09-24 12:43 PDT, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2013-09-24 12:40:43 PDT
Remove encoder create functions
Comment 1 Anders Carlsson 2013-09-24 12:43:13 PDT
Created attachment 212491 [details]
Patch
Comment 2 WebKit Commit Bot 2013-09-24 12:46:41 PDT
Attachment 212491 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/OwnPtr.h', u'Source/WebKit2/ChangeLog', u'Source/WebKit2/Platform/CoreIPC/ArgumentEncoder.cpp', u'Source/WebKit2/Platform/CoreIPC/ArgumentEncoder.h', u'Source/WebKit2/Platform/CoreIPC/Connection.cpp', u'Source/WebKit2/Platform/CoreIPC/Connection.h', u'Source/WebKit2/Platform/CoreIPC/MessageEncoder.cpp', u'Source/WebKit2/Platform/CoreIPC/MessageEncoder.h', u'Source/WebKit2/Platform/CoreIPC/MessageSender.h', u'Source/WebKit2/Platform/CoreIPC/mac/ConnectionMac.cpp', u'Source/WebKit2/Shared/ChildProcessProxy.h', u'Source/WebKit2/Shared/WebConnection.cpp', u'Source/WebKit2/UIProcess/WebContext.cpp', u'Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp', u'Source/WebKit2/WebProcess/WebPage/EncoderAdapter.cpp', u'Source/WebKit2/WebProcess/WebPage/EncoderAdapter.h']" exit_code: 1
Source/WTF/wtf/OwnPtr.h:80:  Missing spaces around &&  [whitespace/operators] [3]
Source/WTF/wtf/OwnPtr.h:199:  Missing spaces around &&  [whitespace/operators] [3]
Total errors found: 2 in 15 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2013-09-24 12:58:28 PDT
Committed r156353: <http://trac.webkit.org/changeset/156353>