Bug 157300 - Eliminate PassRefPtr conversion from ConsoleObject
Summary: Eliminate PassRefPtr conversion from ConsoleObject
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-02 21:24 PDT by Joseph Pecoraro
Modified: 2016-05-03 11:41 PDT (History)
3 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (6.01 KB, patch)
2016-05-02 21:25 PDT, Joseph Pecoraro
timothy: review+
commit-queue: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2016-05-02 21:24:02 PDT
* SUMMARY
Eliminate PassRefPtr conversion from ConsoleObject

No need for this here, the callers take a RefPtr<T>&&.
Comment 1 Joseph Pecoraro 2016-05-02 21:25:53 PDT
Created attachment 277975 [details]
[PATCH] Proposed Fix

Might not apply until other patches land.
Comment 2 WebKit Commit Bot 2016-05-03 08:23:53 PDT
Comment on attachment 277975 [details]
[PATCH] Proposed Fix

Rejecting attachment 277975 [details] from commit-queue.

Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-01', 'apply-attachment', '--no-update', '--non-interactive', 277975, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit

Last 500 characters of output:
FAILED at 209.
Hunk #8 succeeded at 217 (offset -3 lines).
Hunk #9 succeeded at 322 (offset -3 lines).
Hunk #10 succeeded at 333 (offset -3 lines).
Hunk #11 succeeded at 344 (offset -3 lines).
Hunk #12 succeeded at 355 (offset -3 lines).
1 out of 12 hunks FAILED -- saving rejects to file Source/JavaScriptCore/runtime/ConsoleObject.cpp.rej

Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force', '--reviewer', u'Timothy Hatcher']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

Full output: http://webkit-queues.webkit.org/results/1261259
Comment 3 Joseph Pecoraro 2016-05-03 11:41:23 PDT
<http://trac.webkit.org/changeset/200384>