Bug 121870 - Only allow rvalues to be passed as synchronous message replies
Summary: Only allow rvalues to be passed as synchronous message replies
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 15:09 PDT by Anders Carlsson
Modified: 2013-09-24 18:02 PDT (History)
1 user (show)

See Also:


Attachments
Patch (6.27 KB, patch)
2013-09-24 15:12 PDT, Anders Carlsson
kling: 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 15:09:54 PDT
Only allow rvalues to be passed as synchronous message replies
Comment 1 Anders Carlsson 2013-09-24 15:12:25 PDT
Created attachment 212509 [details]
Patch
Comment 2 WebKit Commit Bot 2013-09-24 15:13:48 PDT
Attachment 212509 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit2/Platform/CoreIPC/Connection.h', u'Source/WebKit2/Platform/CoreIPC/MessageSender.h', u'Source/WebKit2/Shared/ChildProcessProxy.h']" exit_code: 1
Source/WebKit2/Shared/ChildProcessProxy.h:51:  Missing spaces around &&  [whitespace/operators] [3]
Total errors found: 1 in 4 files


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