mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
Everywhere: Fix a few comment typos
This commit is contained in:
parent
bc807466f9
commit
6911c5545c
Notes:
sideshowbarker
2024-07-17 08:34:29 +09:00
Author: https://github.com/nico
Commit: 6911c5545c
Pull-request: https://github.com/SerenityOS/serenity/pull/15990
Reviewed-by: https://github.com/linusg ✅
8 changed files with 9 additions and 9 deletions
|
@ -669,7 +669,7 @@ bool EventHandler::fire_keyboard_event(FlyString const& event_name, HTML::Browsi
|
|||
return focused_element->dispatch_event(*event);
|
||||
}
|
||||
|
||||
// FIXME: De-duplicate this. This is just to prevent wasting a KeyboardEvent alloction when recursing into an (i)frame.
|
||||
// FIXME: De-duplicate this. This is just to prevent wasting a KeyboardEvent allocation when recursing into an (i)frame.
|
||||
auto event = UIEvents::KeyboardEvent::create_from_platform_event(document->realm(), event_name, key, modifiers, code_point);
|
||||
|
||||
if (JS::GCPtr<HTML::HTMLElement> body = document->body())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue