diff options
author | Ms2ger <ms2ger@gmail.com> | 2014-12-10 12:26:14 +0100 |
---|---|---|
committer | Ms2ger <ms2ger@gmail.com> | 2014-12-10 16:24:13 +0100 |
commit | adc493ccce6797b5a34cb7b04740297122c1266f (patch) | |
tree | 8ceab2e1dea943f96d0b670567003f8da2dfaa8f /components/script/page.rs | |
parent | 6fa39497b85c0f8526ef934903b647c38c7e75bc (diff) | |
download | servo-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.rs | 2 |
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, |