Trigger a reflow when nodes are appended and removed from the document. Fixes #907.

This commit is contained in:
Josh Matthews 2013-09-11 21:03:56 -07:00
parent 2372a84149
commit 4ec428b9d6
3 changed files with 50 additions and 5 deletions

View file

@ -33,6 +33,7 @@ pub trait WrappableDocument {
fn init_wrapper(@mut self, cx: *JSContext);
}
#[deriving(Eq)]
pub struct AbstractDocument {
document: *Document
}