forked from web-platform-tests/wpt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FSA: Change locking error to NoModificationAllowed
When attempting to delete, rename or move a file that is currently locked, the reported error is "Operation aborted by the user" (delete) or InvalidStateError (move / rename). This CL changes the locking errors of all three methods to NoModificationAllowed. Change-Id: I1c620452fbe772d16d8964e1a8714ddb5fb6050f Bug: 1259565 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3217394 Reviewed-by: Austin Sullivan <[email protected]> Commit-Queue: Richard Stotz <[email protected]> Cr-Commit-Position: refs/heads/main@{#931168}
- Loading branch information
1 parent
5e12deb
commit 7ca0b6d
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters