mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Comment spelling fix
This commit is contained in:
parent
dc4709dfde
commit
7b79cb4092
1 changed files with 1 additions and 1 deletions
|
@ -723,7 +723,7 @@ impl Constellation {
|
||||||
|
|
||||||
for current_frame in self.current_frame().iter() {
|
for current_frame in self.current_frame().iter() {
|
||||||
// Messages originating in the current frame are not navigations;
|
// Messages originating in the current frame are not navigations;
|
||||||
// they may come from a page load in a sub-frame.
|
// they may come from a page load in a subframe.
|
||||||
if current_frame.contains(pipeline_id) {
|
if current_frame.contains(pipeline_id) {
|
||||||
for frame in current_frame.iter() {
|
for frame in current_frame.iter() {
|
||||||
frame.pipeline.grant_paint_permission();
|
frame.pipeline.grant_paint_permission();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue