Skip to content

Commit

Permalink
[GLib] Fix various -Werror,-Wundefined-inline build failures after 26…
Browse files Browse the repository at this point in the history
…2488@main

https://bugs.webkit.org/show_bug.cgi?id=254932

Unreviewed build fixes.

* Source/WebKit/UIProcess/API/gtk/DropTargetGtk4.cpp:
* Source/WebKit/WebProcess/WebPage/WebFrame.cpp:
* Source/WebKit/WebProcess/WebPage/glib/WebPageGLib.cpp:
* Source/WebKit/WebProcess/WebPage/gtk/WebPageGtk.cpp:

Canonical link: https://commits.webkit.org/262526@main
  • Loading branch information
mcatanzaro committed Apr 3, 2023
1 parent 5739b05 commit c806f29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/WebKit/UIProcess/API/gtk/DropTargetGtk4.cpp
Expand Up @@ -28,6 +28,7 @@

#if ENABLE(DRAG_SUPPORT) && USE(GTK4)

#include "SandboxExtension.h"
#include "WebKitWebViewBasePrivate.h"
#include <WebCore/DragData.h>
#include <WebCore/GtkUtilities.h>
Expand Down
1 change: 1 addition & 0 deletions Source/WebKit/WebProcess/WebPage/WebFrame.cpp
Expand Up @@ -34,6 +34,7 @@
#include "InjectedBundleNodeHandle.h"
#include "InjectedBundleRangeHandle.h"
#include "InjectedBundleScriptWorld.h"
#include "MessageSenderInlines.h"
#include "NetworkConnectionToWebProcessMessages.h"
#include "NetworkProcessConnection.h"
#include "PluginView.h"
Expand Down
1 change: 1 addition & 0 deletions Source/WebKit/WebProcess/WebPage/glib/WebPageGLib.cpp
Expand Up @@ -28,6 +28,7 @@

#include "EditorState.h"
#include "InputMethodState.h"
#include "MessageSenderInlines.h"
#include "UserMessage.h"
#include "WebKitUserMessage.h"
#include "WebKitWebPagePrivate.h"
Expand Down
1 change: 1 addition & 0 deletions Source/WebKit/WebProcess/WebPage/gtk/WebPageGtk.cpp
Expand Up @@ -28,6 +28,7 @@
#include "config.h"
#include "WebPage.h"

#include "MessageSenderInlines.h"
#include "WebFrame.h"
#include "WebKeyboardEvent.h"
#include "WebPageProxyMessages.h"
Expand Down

0 comments on commit c806f29

Please sign in to comment.