Bug 254606 - [Windows] Fix loading modules from JSC shell
Summary: [Windows] Fix loading modules from JSC shell
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Stephan Szabo
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-28 12:49 PDT by Stephan Szabo
Modified: 2023-03-28 19:40 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Szabo 2023-03-28 12:49:20 PDT
The JSC shell's fetchModuleFromLocalFileSystem uses a \\?\ path for the module, however that seems to not work with forward slashes as directory separators, so replace the forward slashes with backslashes.
Comment 1 Stephan Szabo 2023-03-28 13:35:13 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12068
Comment 2 EWS 2023-03-28 19:39:42 PDT
Committed 262257@main (b7030754b74c): <https://commits.webkit.org/262257@main>

Reviewed commits have been landed. Closing PR #12068 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-03-28 19:40:17 PDT
<rdar://problem/107347981>