diff options
Diffstat (limited to 'components/script/layout_interface.rs')
-rw-r--r-- | components/script/layout_interface.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/layout_interface.rs b/components/script/layout_interface.rs index 9647ddd4376..5c41a04363c 100644 --- a/components/script/layout_interface.rs +++ b/components/script/layout_interface.rs @@ -174,7 +174,7 @@ pub struct ScriptReflow { /// General reflow data. pub reflow_info: Reflow, /// The document node. - pub document_root: TrustedNodeAddress, + pub document: TrustedNodeAddress, /// The channel through which messages can be sent back to the script task. pub script_chan: Sender<ConstellationControlMsg>, /// The current window size. |