diff options
Diffstat (limited to 'WebKitTools/DumpRenderTree/qt/DumpRenderTreeQt.h')
-rw-r--r-- | WebKitTools/DumpRenderTree/qt/DumpRenderTreeQt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebKitTools/DumpRenderTree/qt/DumpRenderTreeQt.h b/WebKitTools/DumpRenderTree/qt/DumpRenderTreeQt.h index 8309492..e6449b7 100644 --- a/WebKitTools/DumpRenderTree/qt/DumpRenderTreeQt.h +++ b/WebKitTools/DumpRenderTree/qt/DumpRenderTreeQt.h @@ -86,6 +86,7 @@ public: LayoutTestController *layoutTestController() const { return m_controller; } EventSender *eventSender() const { return m_eventSender; } TextInputController *textInputController() const { return m_textInputController; } + QString persistentStoragePath() const { return m_persistentStoragePath; } QWebPage *createWindow(); int windowCount() const; @@ -141,6 +142,7 @@ private: QList<QObject*> windows; bool m_enableTextOutput; bool m_singleFileMode; + QString m_persistentStoragePath; }; class NetworkAccessManager : public QNetworkAccessManager { |