RESOLVED FIXED 145304
Purge PassRefPtr in WebCore/Modules - 2
https://bugs.webkit.org/show_bug.cgi?id=145304
Summary Purge PassRefPtr in WebCore/Modules - 2
Gyuyoung Kim
Reported 2015-05-22 02:46:44 PDT
SSIA
Attachments
Patch (65.42 KB, patch)
2015-05-22 02:57 PDT, Gyuyoung Kim
no flags
Patch (67.08 KB, patch)
2015-05-24 07:01 PDT, Gyuyoung Kim
no flags
Patch for landing (66.78 KB, patch)
2015-05-27 19:13 PDT, Gyuyoung Kim
no flags
Patch for landing (66.78 KB, patch)
2015-05-27 19:30 PDT, Gyuyoung Kim
no flags
Gyuyoung Kim
Comment 1 2015-05-22 02:57:21 PDT
Gyuyoung Kim
Comment 2 2015-05-24 07:01:54 PDT
Darin Adler
Comment 3 2015-05-26 09:36:53 PDT
Comment on attachment 253656 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=253656&action=review > Source/WebCore/Modules/webaudio/PeriodicWave.cpp:56 > + return WTF::move(waveTable); I’m surprised this WTF::move was needed. Normally the compiler can optimize these without the explicit call to move.
Gyuyoung Kim
Comment 4 2015-05-27 19:13:15 PDT
Created attachment 253825 [details] Patch for landing
Gyuyoung Kim
Comment 5 2015-05-27 19:14:30 PDT
Comment on attachment 253656 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=253656&action=review >> Source/WebCore/Modules/webaudio/PeriodicWave.cpp:56 >> + return WTF::move(waveTable); > > I’m surprised this WTF::move was needed. Normally the compiler can optimize these without the explicit call to move. Oh, thanks. It is not necessary in this case.
Gyuyoung Kim
Comment 6 2015-05-27 19:30:16 PDT
Created attachment 253826 [details] Patch for landing
WebKit Commit Bot
Comment 7 2015-05-27 21:22:55 PDT
Comment on attachment 253826 [details] Patch for landing Clearing flags on attachment: 253826 Committed r184940: <http://trac.webkit.org/changeset/184940>
WebKit Commit Bot
Comment 8 2015-05-27 21:22:59 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.