X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/81345200c95645a1b0d2635520f96ad55dfde63f..ed1e77d3adeb83d26fd1dfb16dd84cabdcefd250:/bytecode/UnlinkedInstructionStream.h diff --git a/bytecode/UnlinkedInstructionStream.h b/bytecode/UnlinkedInstructionStream.h index 6649eca..6323c44 100644 --- a/bytecode/UnlinkedInstructionStream.h +++ b/bytecode/UnlinkedInstructionStream.h @@ -35,7 +35,7 @@ namespace JSC { class UnlinkedInstructionStream { WTF_MAKE_FAST_ALLOCATED; public: - explicit UnlinkedInstructionStream(const Vector&); + explicit UnlinkedInstructionStream(const Vector&); unsigned count() const { return m_instructionCount; }