Bug 121853

Summary: Remove encoder create functions
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch sam: review+

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>