aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/webdriver_handlers.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/webdriver_handlers.rs')
-rw-r--r--components/script/webdriver_handlers.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/webdriver_handlers.rs b/components/script/webdriver_handlers.rs
index b43262080b0..b4e80bddac7 100644
--- a/components/script/webdriver_handlers.rs
+++ b/components/script/webdriver_handlers.rs
@@ -140,7 +140,7 @@ pub fn handle_get_frame_id(context: &BrowsingContext,
}
};
- let frame_id = window.map(|x| x.map(|x| x.pipeline()));
+ let frame_id = window.map(|x| x.map(|x| x.pipeline_id()));
reply.send(frame_id).unwrap()
}