X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/9dae56ea45a0f5f8136a5c93d6f3a7f99399ca73..a253471d7f8e4d91bf6ebabab00155c3b387d3d0:/bytecompiler/RegisterID.h 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)