Return a reference in BrowserContext::active_document()

This commit is contained in:
Anthony Ramine 2015-10-17 02:03:55 +02:00
parent 6c7f37061b
commit 1f31d5b856
3 changed files with 5 additions and 6 deletions

View file

@ -254,7 +254,7 @@ impl Document {
let browsing_context = browsing_context.as_ref().unwrap();
let active_document = browsing_context.active_document();
if self != active_document.r() {
if self != active_document {
return false;
}
// FIXME: It should also check whether the browser context is top-level or not