summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/qt/WidgetApi/qwebpage_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/qt/WidgetApi/qwebpage_p.h')
-rw-r--r--Source/WebKit/qt/WidgetApi/qwebpage_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/qt/WidgetApi/qwebpage_p.h b/Source/WebKit/qt/WidgetApi/qwebpage_p.h
index 49e67af97..7b2c7ff6f 100644
--- a/Source/WebKit/qt/WidgetApi/qwebpage_p.h
+++ b/Source/WebKit/qt/WidgetApi/qwebpage_p.h
@@ -97,7 +97,7 @@ public:
#if USE(QT_MULTIMEDIA)
QWebFullScreenVideoHandler* createFullScreenVideoHandler() override;
#endif
- QWebFrameAdapter* mainFrameAdapter() override;
+ QWebFrameAdapter& mainFrameAdapter() override;
QStringList chooseFiles(QWebFrameAdapter*, bool allowMultiple, const QStringList& suggestedFileNames) override;
QColor colorSelectionRequested(const QColor& selectedColor) override;
std::unique_ptr<QWebSelectMethod> createSelectPopup() override;