Skip to content

Commit 23a3ffa

Browse files
[GTK][WPE] Remote Web Inspector: the remote inspector(HTTP) does not work from any browsers
https://bugs.webkit.org/show_bug.cgi?id=253145 Reviewed by Carlos Garcia Campos. Add missing function: engineeringSettingsAllowed to BrowserInspectorFrontendHost. It solves a regression from: WebKit/WebKit@2326b11 * Source/WebInspectorUI/UserInterface/Base/BrowserInspectorFrontendHost.js: (window.InspectorFrontendHost.WI.BrowserInspectorFrontendHost.prototype.engineeringSettingsAllowed): Canonical link: https://commits.webkit.org/261056@main
1 parent fa9fc09 commit 23a3ffa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Source/WebInspectorUI/UserInterface/Base/BrowserInspectorFrontendHost.js

+5
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,11 @@ if (!window.InspectorFrontendHost) {
362362
throw "unimplemented";
363363
}
364364

365+
engineeringSettingsAllowed()
366+
{
367+
return false;
368+
}
369+
365370
// Private
366371

367372
_sendPendingMessagesToBackendIfNeeded()

0 commit comments

Comments
 (0)