summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/qt/WidgetSupport/InspectorClientWebPage.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/qt/WidgetSupport/InspectorClientWebPage.h')
-rw-r--r--Source/WebKit/qt/WidgetSupport/InspectorClientWebPage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebKit/qt/WidgetSupport/InspectorClientWebPage.h b/Source/WebKit/qt/WidgetSupport/InspectorClientWebPage.h
index a6ab065e5..59cf74135 100644
--- a/Source/WebKit/qt/WidgetSupport/InspectorClientWebPage.h
+++ b/Source/WebKit/qt/WidgetSupport/InspectorClientWebPage.h
@@ -36,13 +36,13 @@
namespace WebKit {
-class InspectorClientWebPage : public QWebPage {
+class InspectorClientWebPage final : public QWebPage {
Q_OBJECT
friend class InspectorClientQt;
public:
InspectorClientWebPage();
- QWebPage* createWindow(QWebPage::WebWindowType);
+ QWebPage* createWindow(QWebPage::WebWindowType) final;
public Q_SLOTS:
void javaScriptWindowObjectCleared();