mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
style: Share user agent cascade data across documents.
MozReview-Commit-ID: KcyuTHD0bt9 Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
This commit is contained in:
parent
985c6193eb
commit
cb31e782aa
4 changed files with 326 additions and 118 deletions
|
@ -337,7 +337,7 @@ impl<T: ?Sized> Arc<T> {
|
|||
}
|
||||
|
||||
#[inline]
|
||||
fn is_unique(&self) -> bool {
|
||||
pub fn is_unique(&self) -> bool {
|
||||
// We can use Relaxed here, but the justification is a bit subtle.
|
||||
//
|
||||
// The reason to use Acquire would be to synchronize with other threads
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue