mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:18:12 +00:00
Browser: Rename "on_want_cookies" to match local storage equivalent
This commit is contained in:
parent
969e5fa163
commit
dc66d16dc2
3 changed files with 4 additions and 4 deletions
|
@ -551,7 +551,7 @@ void BrowserWindow::create_new_tab(URL url, bool activate)
|
|||
m_cookie_jar.dump_cookies();
|
||||
};
|
||||
|
||||
new_tab.on_want_cookies = [this]() {
|
||||
new_tab.on_get_cookies_entries = [this]() {
|
||||
return m_cookie_jar.get_all_cookies();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue