From adc493ccce6797b5a34cb7b04740297122c1266f Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Wed, 10 Dec 2014 12:26:14 +0100 Subject: [PATCH] Remove comment that hasn't been true since Document became a Node. The panic was removed in 99a36cbeb6077976861d94b7af16e9e57994a14d. --- components/script/page.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/script/page.rs b/components/script/page.rs index f2b011c2ea5..62879424927 100644 --- a/components/script/page.rs +++ b/components/script/page.rs @@ -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,