ByteArray.st
changeset 20519 da1c421ea59c
parent 20306 07ff17265c6b
child 20579 9add81aadb7a
child 20629 0fc29277f896
--- a/ByteArray.st	Tue Oct 04 12:23:20 2016 +0200
+++ b/ByteArray.st	Tue Oct 04 12:23:29 2016 +0200
@@ -1226,6 +1226,7 @@
 beImmutable
     "make myself write-protected"
 
+    super beImmutable.
     self class == ByteArray ifTrue:[
         self changeClassTo:ImmutableByteArray.
     ] ifFalse:[