mirror of
https://github.com/servo/servo.git
synced 2025-06-20 23:28:59 +01:00
Trigger a reflow when nodes are appended and removed from the document. Fixes #907.
This commit is contained in:
parent
2372a84149
commit
4ec428b9d6
3 changed files with 50 additions and 5 deletions
|
@ -33,6 +33,7 @@ pub trait WrappableDocument {
|
|||
fn init_wrapper(@mut self, cx: *JSContext);
|
||||
}
|
||||
|
||||
#[deriving(Eq)]
|
||||
pub struct AbstractDocument {
|
||||
document: *Document
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue