]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - bytecode/StructureStubInfo.cpp
JavaScriptCore-1218.tar.gz
[apple/javascriptcore.git] / bytecode / StructureStubInfo.cpp
index f66860a455be5a5f35a03a9b79ac6b5b61485a78..70cf2fccb0fb8e35e6f78589c5020009d6fdc92b 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "JSObject.h"
 #include "PolymorphicPutByIdList.h"
-#include "ScopeChain.h"
+
 
 namespace JSC {
 
@@ -63,7 +63,7 @@ void StructureStubInfo::deref()
         // These instructions don't have to release any allocated memory
         return;
     default:
-        ASSERT_NOT_REACHED();
+        RELEASE_ASSERT_NOT_REACHED();
     }
 }