src/IgnoreSslErrors.h in otherinbox-capybara-webkit-0.12.0 vs src/IgnoreSslErrors.h in otherinbox-capybara-webkit-0.12.0.1

- old
+ new

@@ -1,12 +1,10 @@ -#include "Command.h" +#include "SocketCommand.h" -class WebPage; - -class IgnoreSslErrors : public Command { +class IgnoreSslErrors : public SocketCommand { Q_OBJECT public: - IgnoreSslErrors(WebPage *page, QStringList &arguments, QObject *parent = 0); + IgnoreSslErrors(WebPageManager *manager, QStringList &arguments, QObject *parent = 0); virtual void start(); };