Index: Source/testing/runner/CppVariant.h |
diff --git a/Source/testing/runner/CppVariant.h b/Source/testing/runner/CppVariant.h |
index 937e7fb3e2a1458312ba86ee102c74cf1b0e57a8..7abf18e110b840762a4734a754cfc97e216b4e2a 100644 |
--- a/Source/testing/runner/CppVariant.h |
+++ b/Source/testing/runner/CppVariant.h |
@@ -42,13 +42,14 @@ |
#ifndef CppVariant_h |
#define CppVariant_h |
+#include "public/platform/WebNonCopyable.h" |
#include "public/web/WebBindings.h" |
#include <string> |
#include <vector> |
namespace WebTestRunner { |
-class CppVariant : public NPVariant { |
+class CppVariant : public NPVariant, public WebKit::WebNonCopyable { |
public: |
CppVariant(); |
~CppVariant(); |