Bug 260444 - Missing FrameLoader includes WebCore/loader/MixedContentChecker.cpp:92
Summary: Missing FrameLoader includes WebCore/loader/MixedContentChecker.cpp:92
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-20 07:12 PDT by Dennis Nezic
Modified: 2023-08-27 07:13 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Nezic 2023-08-20 07:12:48 PDT
These two are missing:
#include "FrameLoader.h"
#include "FrameLoaderClient.h"

/var/tmp/portage/net-libs/webkit-gtk-2.40.5/work/webkitgtk-2.40.5/Source/WebCore/loader/MixedContentChecker.cpp:92:23:
  error: member access into incomplete type 'FrameLoader'
	   frame.loader().client().didDisplayInsecureContent();