ByteArray.st
branchjv
changeset 20579 9add81aadb7a
parent 20344 152b525b5c63
parent 20519 da1c421ea59c
child 20727 fb8c5591428b
--- a/ByteArray.st	Mon Oct 03 12:44:41 2016 +0100
+++ b/ByteArray.st	Sun Oct 09 21:28:18 2016 +0100
@@ -1226,6 +1226,7 @@
 beImmutable
     "make myself write-protected"
 
+    super beImmutable.
     self class == ByteArray ifTrue:[
         self changeClassTo:ImmutableByteArray.
     ] ifFalse:[