]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - bytecode/Instruction.h
JavaScriptCore-584.tar.gz
[apple/javascriptcore.git] / bytecode / Instruction.h
index eeeac6f4c3e3712d57f157f4c23aad78be286485..bcef7fb196a9c48b543315f3c0e6c0d4e78e0237 100644 (file)
@@ -53,7 +53,7 @@ namespace JSC {
     class StructureChain;
 
     // Structure used by op_get_by_id_self_list and op_get_by_id_proto_list instruction to hold data off the main opcode stream.
-    struct PolymorphicAccessStructureList {
+    struct PolymorphicAccessStructureList : FastAllocBase {
         struct PolymorphicStubInfo {
             bool isChain;
             PolymorphicAccessStructureListStubRoutineType stubRoutine;