mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Move unsafe to the wrap method for global objects (#38896)
The method now doesn't need unsafe in its signature because it no longer accepts unsafe pointers as arguments. We move the unsafe marker to the method itself. Testing: I opened the browser and went to google.com; I ran some WPT (IndexedDB) tests. Fixes: #38361 --------- Signed-off-by: criskell <96352451+criskell@users.noreply.github.com>
This commit is contained in:
parent
b9dc228e51
commit
9082217272
11 changed files with 41 additions and 75 deletions
|
@ -629,7 +629,6 @@ impl WorkletThread {
|
|||
let executor = WorkletExecutor::new(worklet_id, self.primary_sender.clone());
|
||||
let result = WorkletGlobalScope::new(
|
||||
global_type,
|
||||
&self.runtime,
|
||||
pipeline_id,
|
||||
base_url,
|
||||
executor,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue