diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/main/layout/block.rs | 4 | ||||
-rw-r--r-- | src/components/script/dom/node.rs | 2 | ||||
m--------- | src/platform/linux/rust-fontconfig | 0 | ||||
m--------- | src/support/harfbuzz/rust-harfbuzz | 0 | ||||
m--------- | src/support/hubbub/rust-hubbub | 0 | ||||
m--------- | src/support/layers/rust-layers | 0 | ||||
m--------- | src/support/sharegl/sharegl | 0 | ||||
m--------- | src/support/spidermonkey/rust-mozjs | 0 |
8 files changed, 3 insertions, 3 deletions
diff --git a/src/components/main/layout/block.rs b/src/components/main/layout/block.rs index 72ae49e6a93..24f60acf7d1 100644 --- a/src/components/main/layout/block.rs +++ b/src/components/main/layout/block.rs @@ -2012,7 +2012,7 @@ impl WidthAndMarginsComputer for AbsoluteNonReplaced { right, available_width, static_x_offset, - direction, + .. } = input; // TODO: Check for direction of parent flow (NOT Containing Block) @@ -2161,7 +2161,7 @@ impl WidthAndMarginsComputer for AbsoluteReplaced { right, available_width, static_x_offset, - direction, + .. } = input; // TODO: Check for direction of static-position Containing Block (aka // parent flow, _not_ the actual Containing Block) when right-to-left diff --git a/src/components/script/dom/node.rs b/src/components/script/dom/node.rs index d8344ff7f86..d722d1abe3e 100644 --- a/src/components/script/dom/node.rs +++ b/src/components/script/dom/node.rs @@ -1276,7 +1276,7 @@ impl Node { // Step 6. if clone_children == CloneChildren { for ref child in node.children() { - let mut child_copy = Node::clone(&*child, Some(&*document), clone_children).root(); + let child_copy = Node::clone(&*child, Some(&*document), clone_children).root(); let _inserted_node = Node::pre_insert(&*child_copy, &*copy, None); } } diff --git a/src/platform/linux/rust-fontconfig b/src/platform/linux/rust-fontconfig -Subproject ee502da58190ecdd85d08eb0e11a2393cb0bd9d +Subproject 51ea197c6f13ef4bb82910f0c955d5f8b064f00 diff --git a/src/support/harfbuzz/rust-harfbuzz b/src/support/harfbuzz/rust-harfbuzz -Subproject 838abe15d587fc2ac988356f98bb34e6c3c6ae7 +Subproject b0791864a1f37d52b85f7438e7571b02907f2a5 diff --git a/src/support/hubbub/rust-hubbub b/src/support/hubbub/rust-hubbub -Subproject f85aedc76488b75bc05c6497d61ed791f1bc966 +Subproject 62afc3d7da5a0f95d4e5c32096d2b701cfcd97a diff --git a/src/support/layers/rust-layers b/src/support/layers/rust-layers -Subproject b3ba5e7babd5d33c7962473a734296224f04df3 +Subproject 29a0f4c36292314671778631e336aa845276c73 diff --git a/src/support/sharegl/sharegl b/src/support/sharegl/sharegl -Subproject 79bb21e389d52cf2e2b8a45ac9fd0913ce38035 +Subproject d0c4801aec9dcde4d4db7a961c1c895ec9f5720 diff --git a/src/support/spidermonkey/rust-mozjs b/src/support/spidermonkey/rust-mozjs -Subproject d932f5dbb26dbae9fc67615bd61c86b05f0fb4f +Subproject d8313b9c8ef2018afd24ab0914a86191630c242 |