mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Make Reflector #[must_root], propagate to non-HTMLElements
This commit is contained in:
parent
f0b8391762
commit
30014c3919
40 changed files with 53 additions and 12 deletions
|
@ -22,6 +22,7 @@ use std::fmt::radix;
|
|||
use std::ascii::OwnedStrAsciiExt;
|
||||
|
||||
#[deriving(Encodable)]
|
||||
#[must_root]
|
||||
pub struct URLSearchParams {
|
||||
data: Traceable<RefCell<HashMap<DOMString, Vec<DOMString>>>>,
|
||||
reflector_: Reflector,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue