Skip to content

Commit

Permalink
Build error: reference to 'MediaQueryList' is ambiguous
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=264481

Reviewed by Antti Koivisto.

* Source/WebCore/page/LocalDOMWindow.h:

Canonical link: https://commits.webkit.org/270449@main
  • Loading branch information
graouts committed Nov 9, 2023
1 parent e043a48 commit 5a27613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WebCore/page/LocalDOMWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class LocalDOMWindow final
WEBCORE_EXPORT LocalFrame* frame() const final;
RefPtr<LocalFrame> protectedFrame() const;

RefPtr<MediaQueryList> matchMedia(const String&);
RefPtr<WebCore::MediaQueryList> matchMedia(const String&);

WEBCORE_EXPORT unsigned pendingUnloadEventListeners() const;

Expand Down

0 comments on commit 5a27613

Please sign in to comment.