Remove comment that hasn't been true since Document became a Node.

The panic was removed in 99a36cbeb6.
This commit is contained in:
Ms2ger 2014-12-10 12:26:14 +01:00
parent 6fa39497b8
commit adc493ccce

View file

@ -353,8 +353,6 @@ impl Page {
/// 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.
///
/// This function fails if there is no root frame.
pub fn reflow(&self,
goal: ReflowGoal,
script_chan: ScriptControlChan,