mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
Make #[dom_struct] a proc_macro attribute
This commit is contained in:
@@ -34,6 +34,7 @@ use dom::globalscope::GlobalScope;
|
||||
use dom::promise::Promise;
|
||||
use dom::promisenativehandler::{PromiseNativeHandler, Callback};
|
||||
use dom::url::URL;
|
||||
use dom_struct::dom_struct;
|
||||
use js::jsapi::{HandleObject, HandleValue, Heap, JSContext, JSObject, JSAutoCompartment};
|
||||
use js::jsapi::{JS_NewPlainObject, JS_NewUint8ClampedArray};
|
||||
use js::jsval::{JSVal, NullValue};
|
||||
|
||||
Reference in New Issue
Block a user