mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:37:35 +00:00
LibWeb: Rename DOM::Window::document() => associated_document()
Match the spec nomenclature.
This commit is contained in:
parent
8f72729f0e
commit
90cdeebfb3
16 changed files with 44 additions and 42 deletions
|
@ -13,7 +13,7 @@ namespace Web::DOM {
|
|||
|
||||
NonnullRefPtr<Range> Range::create(Window& window)
|
||||
{
|
||||
return Range::create(window.document());
|
||||
return Range::create(window.associated_document());
|
||||
}
|
||||
|
||||
NonnullRefPtr<Range> Range::create(Document& document)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue