**Phabricator URL:** https://phabricator.services.mozilla.com/D118379#3850653 The command suggest to apply the patch use `-p0` command line argument, which is incorrect as the diff contains one level of fake directory: ``` --- a/js/src/frontend/Parser.h 2021-06-21 16:59:48.080642000 +0000 +++ b/js/src/frontend/Parser.h 2021-06-21 17:00:29.488642000 +0000 ```
Bug 1717471 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
**Phabricator URL:** https://phabricator.services.mozilla.com/D118379#3850653 The command suggest to apply the patch with `-p0` command line argument, which is incorrect as the diff contains one level of fake directory: ``` --- a/js/src/frontend/Parser.h 2021-06-21 16:59:48.080642000 +0000 +++ b/js/src/frontend/Parser.h 2021-06-21 17:00:29.488642000 +0000 ```