diff options
author | bors-servo <infra@servo.org> | 2023-06-26 17:35:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-26 17:35:30 +0200 |
commit | 725f95e69a9df51540190650c749fef2bc7bb268 (patch) | |
tree | 9c93415c5436d3689355184396bcd711e11978e8 /components/script/dom/baseaudiocontext.rs | |
parent | cc4650aeb3085d20e51750a6d7b6abd99e687a83 (diff) | |
parent | 78464eeabcc0644a979d92882c3a170a698f18b1 (diff) | |
download | servo-725f95e69a9df51540190650c749fef2bc7bb268.tar.gz servo-725f95e69a9df51540190650c749fef2bc7bb268.zip |
Auto merge of #29931 - mrobinson:update-uuid, r=jdm
Update uuid
This is required to use the new version of gleam and update ipc-channels
without duplicating the dependency in the future.
<!-- Please describe your changes on the following line: -->
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] There are tests for these changes
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Diffstat (limited to 'components/script/dom/baseaudiocontext.rs')
-rw-r--r-- | components/script/dom/baseaudiocontext.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/baseaudiocontext.rs b/components/script/dom/baseaudiocontext.rs index ec7fcfc328e..0b193b25e29 100644 --- a/components/script/dom/baseaudiocontext.rs +++ b/components/script/dom/baseaudiocontext.rs @@ -447,7 +447,7 @@ impl BaseAudioContextMethods for BaseAudioContext { if audio_data.len() > 0 { // Step 2. // XXX detach array buffer. - let uuid = Uuid::new_v4().to_simple().to_string(); + let uuid = Uuid::new_v4().simple().to_string(); let uuid_ = uuid.clone(); self.decode_resolvers.borrow_mut().insert( uuid.clone(), |