diff options
Diffstat (limited to 'Tools/TestWebKitAPI/Tests/WebKit2Gtk/WebProcessTest.h')
-rw-r--r-- | Tools/TestWebKitAPI/Tests/WebKit2Gtk/WebProcessTest.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Tools/TestWebKitAPI/Tests/WebKit2Gtk/WebProcessTest.h b/Tools/TestWebKitAPI/Tests/WebKit2Gtk/WebProcessTest.h index fb4dd5d33..3715eb91e 100644 --- a/Tools/TestWebKitAPI/Tests/WebKit2Gtk/WebProcessTest.h +++ b/Tools/TestWebKitAPI/Tests/WebKit2Gtk/WebProcessTest.h @@ -19,7 +19,7 @@ #include <webkit2/webkit-web-extension.h> #include <wtf/HashMap.h> -#include <wtf/gobject/GRefPtr.h> +#include <wtf/glib/GRefPtr.h> #include <wtf/text/StringHash.h> #include <wtf/text/WTFString.h> @@ -28,6 +28,8 @@ public: virtual ~WebProcessTest() { } virtual bool runTest(const char* testName, WebKitWebPage*) = 0; + static void assertObjectIsDeletedWhenTestFinishes(GObject*); + static void add(const String& testName, std::function<std::unique_ptr<WebProcessTest> ()>); static std::unique_ptr<WebProcessTest> create(const String& testName); }; |