Skip to content

Commit

Permalink
remove default from select
Browse files Browse the repository at this point in the history
  • Loading branch information
gterzian committed Aug 2, 2018
1 parent a9ea664 commit cb3a52d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/script/dom/dedicatedworkerglobalscope.rs
Expand Up @@ -285,7 +285,6 @@ impl DedicatedWorkerGlobalScope {
recv(scope.from_devtools_sender().map(|_| devtools_port), msg) => {
msg.map(MixedMessage::FromDevtools)
}
default => None
}
}

Expand Down

0 comments on commit cb3a52d

Please sign in to comment.