summaryrefslogtreecommitdiffstats
path: root/Tools/WebKitAPITest
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/WebKitAPITest')
-rw-r--r--Tools/WebKitAPITest/HostWindow.h3
-rw-r--r--Tools/WebKitAPITest/TestsController.h4
2 files changed, 4 insertions, 3 deletions
diff --git a/Tools/WebKitAPITest/HostWindow.h b/Tools/WebKitAPITest/HostWindow.h
index a2734ed..2aaa85f 100644
--- a/Tools/WebKitAPITest/HostWindow.h
+++ b/Tools/WebKitAPITest/HostWindow.h
@@ -30,7 +30,8 @@
namespace WebKitAPITest {
-class HostWindow : public Noncopyable {
+class HostWindow {
+ WTF_MAKE_NONCOPYABLE(HostWindow);
public:
HostWindow();
~HostWindow();
diff --git a/Tools/WebKitAPITest/TestsController.h b/Tools/WebKitAPITest/TestsController.h
index 11b457d..bdcc455 100644
--- a/Tools/WebKitAPITest/TestsController.h
+++ b/Tools/WebKitAPITest/TestsController.h
@@ -28,13 +28,13 @@
#include <windows.h>
#include <wtf/Forward.h>
#include <wtf/Deque.h>
-#include <wtf/Noncopyable.h>
namespace WebKitAPITest {
class Test;
-class TestsController : public Noncopyable {
+class TestsController {
+ WTF_MAKE_NONCOPYABLE(TestsController);
public:
static TestsController& shared();