]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - bytecode/UnlinkedInstructionStream.h
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / bytecode / UnlinkedInstructionStream.h
index 6649eca593a3ff59c5711114e76bbfc188d6ca00..6323c444bedfaf9ec5586bd2c54da1b56724910a 100644 (file)
@@ -35,7 +35,7 @@ namespace JSC {
 class UnlinkedInstructionStream {
     WTF_MAKE_FAST_ALLOCATED;
 public:
-    explicit UnlinkedInstructionStream(const Vector<UnlinkedInstruction>&);
+    explicit UnlinkedInstructionStream(const Vector<UnlinkedInstruction, 0, UnsafeVectorOverflow>&);
 
     unsigned count() const { return m_instructionCount; }