mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Remove comment that hasn't been true since Document became a Node.
The panic was removed in 99a36cbeb6
.
This commit is contained in:
parent
6fa39497b8
commit
adc493ccce
1 changed files with 0 additions and 2 deletions
|
@ -353,8 +353,6 @@ impl Page {
|
||||||
/// won't wait for the new layout computation to finish.
|
/// won't wait for the new layout computation to finish.
|
||||||
///
|
///
|
||||||
/// If there is no window size yet, the page is presumed invisible and no reflow is performed.
|
/// If there is no window size yet, the page is presumed invisible and no reflow is performed.
|
||||||
///
|
|
||||||
/// This function fails if there is no root frame.
|
|
||||||
pub fn reflow(&self,
|
pub fn reflow(&self,
|
||||||
goal: ReflowGoal,
|
goal: ReflowGoal,
|
||||||
script_chan: ScriptControlChan,
|
script_chan: ScriptControlChan,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue