Index: trunk/Include/Classes/System/Runtime/InteropServices/GCHandle.ab
===================================================================
--- trunk/Include/Classes/System/Runtime/InteropServices/GCHandle.ab	(revision 300)
+++ trunk/Include/Classes/System/Runtime/InteropServices/GCHandle.ab	(revision 340)
@@ -1,5 +1,3 @@
 ' Classes/System/Runtime/InteropServices/GCHandle.ab
-
-#require <Classes/System/Collections/ArrayList.ab>
 
 Namespace System
@@ -69,5 +67,5 @@
 	handle As VoidPtr
 
-	Static allocated As /*System.Collections.*/ArrayList
+	Static allocated = New System.Collections.Generic.List<Object>
 End Class
 
