summaryrefslogtreecommitdiffstats
path: root/Tools/WebKitAPITest/HostWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/WebKitAPITest/HostWindow.h')
-rw-r--r--Tools/WebKitAPITest/HostWindow.h3
1 files changed, 2 insertions, 1 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();