Skip to content

Commit

Permalink
Unreviewed, fix the iOS build after 269380@main
Browse files Browse the repository at this point in the history
* Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm:
(WebKit::WebPage::sendTapHighlightForNodeIfNecessary):

Canonical link: https://commits.webkit.org/269387@main
  • Loading branch information
whsieh committed Oct 16, 2023
1 parent f3d56e1 commit a5e53e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ static void dispatchSyntheticMouseMove(LocalFrame& mainFrame, const WebCore::Flo
}

if (is<HTMLAreaElement>(node)) {
node = downcast<HTMLAreaElement>(node)->imageElement();
node = downcast<HTMLAreaElement>(node)->imageElement().get();
if (!node)
return;
}
Expand Down

0 comments on commit a5e53e1

Please sign in to comment.