X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/9dae56ea45a0f5f8136a5c93d6f3a7f99399ca73..6fe7ccc865dc7d7541b93c5bcaf6368d2c98a174:/bytecompiler/RegisterID.h?ds=inline diff --git a/bytecompiler/RegisterID.h b/bytecompiler/RegisterID.h index 0223c2a..78d49d2 100644 --- a/bytecompiler/RegisterID.h +++ b/bytecompiler/RegisterID.h @@ -30,12 +30,12 @@ #define RegisterID_h #include -#include #include namespace JSC { - class RegisterID : Noncopyable { + class RegisterID { + WTF_MAKE_NONCOPYABLE(RegisterID); public: RegisterID() : m_refCount(0)