RESOLVED FIXED 185186
Use pointer instead of std::optional<std::reference_wrapper<>>
https://bugs.webkit.org/show_bug.cgi?id=185186
Summary Use pointer instead of std::optional<std::reference_wrapper<>>
Yusuke Suzuki
Reported 2018-05-01 22:08:51 PDT
Use pointer instead of std::optional<std::reference_wrapper<>>
Attachments
Patch (17.67 KB, patch)
2018-05-01 22:10 PDT, Yusuke Suzuki
achristensen: review+
ews-watchlist: commit-queue-
Archive of layout-test-results from ews206 for win-future (12.73 MB, application/zip)
2018-05-02 01:58 PDT, EWS Watchlist
no flags
Yusuke Suzuki
Comment 1 2018-05-01 22:10:17 PDT
EWS Watchlist
Comment 2 2018-05-02 01:58:34 PDT
Comment on attachment 339277 [details] Patch Attachment 339277 [details] did not pass win-ews (win): Output: http://webkit-queues.webkit.org/results/7534850 New failing tests: http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-video.html
EWS Watchlist
Comment 3 2018-05-02 01:58:46 PDT
Created attachment 339292 [details] Archive of layout-test-results from ews206 for win-future The attached test failures were seen while running run-webkit-tests on the win-ews. Bot: ews206 Port: win-future Platform: CYGWIN_NT-6.1-2.9.0-0.318-5-3-x86_64-64bit
Yusuke Suzuki
Comment 4 2018-05-02 17:50:26 PDT
Radar WebKit Bug Importer
Comment 5 2018-05-02 17:53:05 PDT
WebKit Commit Bot
Comment 6 2018-05-03 09:34:32 PDT
Re-opened since this is blocked by bug 185256
Jonathan Bedard
Comment 7 2018-05-03 10:00:53 PDT
Rolled out in r231308 because r231223 was rolled out. See <https://bugs.webkit.org/show_bug.cgi?id=185159> for details.
Yusuke Suzuki
Comment 8 2018-05-03 16:23:09 PDT
I'll reland this change by changing std::optional<T&> to T*, which does not break anything.
Yusuke Suzuki
Comment 9 2018-05-03 16:34:59 PDT
Note You need to log in before you can comment on or make changes to this bug.