mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement video-metadata check
This commit is contained in:
parent
20ab47cb1a
commit
1d9d77ee78
3 changed files with 36 additions and 6 deletions
|
@ -91,6 +91,7 @@ use style::element_state::*;
|
|||
use style::properties::PropertyDeclarationBlock;
|
||||
use style::selector_impl::{PseudoElement, ElementSnapshot};
|
||||
use style::values::specified::Length;
|
||||
use time::Duration;
|
||||
use url::Origin as UrlOrigin;
|
||||
use url::Url;
|
||||
use uuid::Uuid;
|
||||
|
@ -109,6 +110,8 @@ no_jsmanaged_fields!(EncodingRef);
|
|||
|
||||
no_jsmanaged_fields!(Reflector);
|
||||
|
||||
no_jsmanaged_fields!(Duration);
|
||||
|
||||
/// Trace a `JSVal`.
|
||||
pub fn trace_jsval(tracer: *mut JSTracer, description: &str, val: &Heap<JSVal>) {
|
||||
unsafe {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue