X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/2d39b0e377c0896910ee49ae70082ba665faf986..ed1e77d3adeb83d26fd1dfb16dd84cabdcefd250:/bytecode/LazyOperandValueProfile.h diff --git a/bytecode/LazyOperandValueProfile.h b/bytecode/LazyOperandValueProfile.h index 95ef941..74e4f33 100644 --- a/bytecode/LazyOperandValueProfile.h +++ b/bytecode/LazyOperandValueProfile.h @@ -31,7 +31,6 @@ #include "VirtualRegister.h" #include #include -#include #include namespace JSC { @@ -161,7 +160,7 @@ public: private: friend class LazyOperandValueProfileParser; - OwnPtr m_data; + std::unique_ptr m_data; }; class LazyOperandValueProfileParser {