diff options
Diffstat (limited to 'components/devtools/actors/tab.rs')
-rw-r--r-- | components/devtools/actors/tab.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/devtools/actors/tab.rs b/components/devtools/actors/tab.rs index 6f31b9b79c0..3e8ac2b4bb9 100644 --- a/components/devtools/actors/tab.rs +++ b/components/devtools/actors/tab.rs @@ -79,7 +79,7 @@ impl TabDescriptorActor { let root = actors.find_mut::<RootActor>("root"); root.tabs.push(name.clone()); TabDescriptorActor { - name: name, + name, browsing_context_actor, } } |