aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/page.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2014-12-10 12:26:14 +0100
committerMs2ger <ms2ger@gmail.com>2014-12-10 16:24:13 +0100
commitadc493ccce6797b5a34cb7b04740297122c1266f (patch)
tree8ceab2e1dea943f96d0b670567003f8da2dfaa8f /components/script/page.rs
parent6fa39497b85c0f8526ef934903b647c38c7e75bc (diff)
downloadservo-adc493ccce6797b5a34cb7b04740297122c1266f.tar.gz
servo-adc493ccce6797b5a34cb7b04740297122c1266f.zip
Remove comment that hasn't been true since Document became a Node.
The panic was removed in 99a36cbeb6077976861d94b7af16e9e57994a14d.
Diffstat (limited to 'components/script/page.rs')
-rw-r--r--components/script/page.rs2
1 files changed, 0 insertions, 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,