Fixing bug in prev commit
[mono.git] / mcs / class / System.Web / System.Web / HttpResponseStream.cs
index e413697701a94566abea058ff53d6b689ea36a2a..d6ab7c148aac038ebe88cfa1e66b05ccb4aae475 100644 (file)
@@ -345,7 +345,10 @@ namespace System.Web {
                        public abstract void Send (HttpWorkerRequest wr);
                        public abstract void Send (Stream stream);
                }
-       
+
+#if !TARGET_JVM
+               unsafe
+#endif
                class ByteBucket : Bucket {
                        Chunk c;
                        int start;