mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Implement JSManaged for DOM objects.
This commit is contained in:
parent
061269f963
commit
625325434b
137 changed files with 3644 additions and 2778 deletions
|
@ -466,7 +466,7 @@ pub struct InlineFlow {
|
|||
}
|
||||
|
||||
impl InlineFlow {
|
||||
pub fn from_boxes(id: int, node: ThreadSafeLayoutNode, boxes: ~[Box]) -> InlineFlow {
|
||||
pub fn from_boxes(id: int, node: &ThreadSafeLayoutNode, boxes: ~[Box]) -> InlineFlow {
|
||||
InlineFlow {
|
||||
base: BaseFlow::new(id, node),
|
||||
boxes: boxes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue