mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-24 09:52:31 +00:00
LibWeb+LibJS+Tests: Fix typos - act I
This commit is contained in:
parent
e8213bb86b
commit
b4b8d85251
Notes:
github-actions[bot]
2025-04-07 10:23:14 +00:00
Author: https://github.com/szepeviktor 🔰
Commit: b4b8d85251
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3859
Reviewed-by: https://github.com/AtkinsSJ ✅
9 changed files with 47 additions and 47 deletions
|
@ -52,7 +52,7 @@ struct NavigationAPIMethodTracker final : public JS::Cell {
|
|||
Optional<String> key,
|
||||
JS::Value info,
|
||||
Optional<SerializationRecord> serialized_state,
|
||||
GC::Ptr<NavigationHistoryEntry> commited_to_entry,
|
||||
GC::Ptr<NavigationHistoryEntry> committed_to_entry,
|
||||
GC::Ref<WebIDL::Promise> committed_promise,
|
||||
GC::Ref<WebIDL::Promise> finished_promise);
|
||||
|
||||
|
@ -62,7 +62,7 @@ struct NavigationAPIMethodTracker final : public JS::Cell {
|
|||
Optional<String> key;
|
||||
JS::Value info;
|
||||
Optional<SerializationRecord> serialized_state;
|
||||
GC::Ptr<NavigationHistoryEntry> commited_to_entry;
|
||||
GC::Ptr<NavigationHistoryEntry> committed_to_entry;
|
||||
GC::Ref<WebIDL::Promise> committed_promise;
|
||||
GC::Ref<WebIDL::Promise> finished_promise;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue