mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
updated past_names_map to save time info
This commit is contained in:
parent
7b968a3ca8
commit
16b9efc406
2 changed files with 9 additions and 5 deletions
|
@ -143,13 +143,15 @@ use style::values::specified::Length;
|
|||
use tendril::fmt::UTF8;
|
||||
use tendril::stream::LossyDecoder;
|
||||
use tendril::{StrTendril, TendrilSink};
|
||||
use time::{Duration, Timespec};
|
||||
use time::{Duration, Timespec, Tm};
|
||||
use uuid::Uuid;
|
||||
use webgpu::{WebGPU, WebGPUAdapter};
|
||||
use webrender_api::{DocumentId, ImageKey, RenderApiSender};
|
||||
use webvr_traits::{WebVRGamepadData, WebVRGamepadHand, WebVRGamepadState};
|
||||
use webxr_api::SwapChainId as WebXRSwapChainId;
|
||||
|
||||
unsafe_no_jsmanaged_fields!(Tm);
|
||||
|
||||
/// A trait to allow tracing (only) DOM objects.
|
||||
pub unsafe trait JSTraceable {
|
||||
/// Trace `self`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue