RESOLVED FIXED 187338
[JSC] Remove getTypedArrayImpl
https://bugs.webkit.org/show_bug.cgi?id=187338
Summary [JSC] Remove getTypedArrayImpl
Yusuke Suzuki
Reported 2018-07-05 02:59:48 PDT
[JSC] Remove getTypedArrayImpl
Attachments
Patch (13.88 KB, patch)
2018-07-05 03:01 PDT, Yusuke Suzuki
mark.lam: review+
ews-watchlist: commit-queue-
Archive of layout-test-results from ews125 for ios-simulator-wk2 (2.37 MB, application/zip)
2018-07-05 05:02 PDT, EWS Watchlist
no flags
Archive of layout-test-results from ews206 for win-future (12.78 MB, application/zip)
2018-07-05 05:22 PDT, EWS Watchlist
no flags
Yusuke Suzuki
Comment 1 2018-07-05 03:01:20 PDT
EWS Watchlist
Comment 2 2018-07-05 03:02:49 PDT
Attachment 344314 [details] did not pass style-queue: ERROR: Source/JavaScriptCore/runtime/JSArrayBufferView.cpp:309: Non-label code inside switch statements should be indented. [whitespace/indent] [4] Total errors found: 1 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
EWS Watchlist
Comment 3 2018-07-05 05:02:19 PDT
Comment on attachment 344314 [details] Patch Attachment 344314 [details] did not pass ios-sim-ews (ios-simulator-wk2): Output: https://webkit-queues.webkit.org/results/8443412 New failing tests: animations/needs-layout.html
EWS Watchlist
Comment 4 2018-07-05 05:02:21 PDT
Created attachment 344318 [details] Archive of layout-test-results from ews125 for ios-simulator-wk2 The attached test failures were seen while running run-webkit-tests on the ios-sim-ews. Bot: ews125 Port: ios-simulator-wk2 Platform: Mac OS X 10.13.4
EWS Watchlist
Comment 5 2018-07-05 05:22:22 PDT
Comment on attachment 344314 [details] Patch Attachment 344314 [details] did not pass win-ews (win): Output: https://webkit-queues.webkit.org/results/8443507 New failing tests: http/tests/security/video-poster-cross-origin-crash2.html
EWS Watchlist
Comment 6 2018-07-05 05:22:33 PDT
Created attachment 344320 [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 7 2018-07-10 19:44:45 PDT
Ping?
Mark Lam
Comment 8 2018-07-10 20:45:13 PDT
Comment on attachment 344314 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=344314&action=review r=me. > Source/JavaScriptCore/runtime/JSArrayBufferView.cpp:315 > + ASSERT_NOT_REACHED(); > + return nullptr; You should make this a RELEASE_ASSERT_NOT_REACHED(). It's the equivalent of JSCell::getTypedArrayImpl() that is now removed.
Yusuke Suzuki
Comment 9 2018-07-10 21:53:17 PDT
Comment on attachment 344314 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=344314&action=review Thanks! >> Source/JavaScriptCore/runtime/JSArrayBufferView.cpp:315 >> + return nullptr; > > You should make this a RELEASE_ASSERT_NOT_REACHED(). It's the equivalent of JSCell::getTypedArrayImpl() that is now removed. Nice, fixed.
Yusuke Suzuki
Comment 10 2018-07-10 22:00:18 PDT
Radar WebKit Bug Importer
Comment 11 2018-07-10 22:02:15 PDT
Note You need to log in before you can comment on or make changes to this bug.