Skip to content

Commit 65e9b93

Browse files
committed
[WPE] Unreviewed unified-builds build fix
https://bugs.webkit.org/show_bug.cgi?id=248935 Unreviewed, adding a missing header to the WebInspectorUI implementation file to avoid incomplete-class build errors when the unified builds system shuffles that file into a different set. * Source/WebKit/WebProcess/Inspector/WebInspectorUI.cpp: Canonical link: https://commits.webkit.org/257547@main
1 parent 9c89d71 commit 65e9b93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/WebKit/WebProcess/Inspector/WebInspectorUI.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#include <WebCore/Chrome.h>
3636
#include <WebCore/DOMWrapperWorld.h>
3737
#include <WebCore/DeprecatedGlobalSettings.h>
38+
#include <WebCore/ExceptionDetails.h>
3839
#include <WebCore/FloatRect.h>
3940
#include <WebCore/InspectorController.h>
4041
#include <WebCore/InspectorFrontendHost.h>

0 commit comments

Comments
 (0)