mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393
This commit is contained in:
parent
e04d517bff
commit
356c57e628
48 changed files with 403 additions and 307 deletions
|
@ -33,7 +33,8 @@ use html5ever::{LocalName, Prefix};
|
|||
use image::ColorType;
|
||||
use image::png::PNGEncoder;
|
||||
use js::error::throw_type_error;
|
||||
use js::jsapi::{HandleValue, JSContext};
|
||||
use js::jsapi::JSContext;
|
||||
use js::rust::HandleValue;
|
||||
use offscreen_gl_context::GLContextAttributes;
|
||||
use profile_traits::ipc;
|
||||
use script_layout_interface::{HTMLCanvasData, HTMLCanvasDataSource};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue