[runtime] Disable some tests in full-aot mode which cannot be AOTed because of type...
[mono.git] / mcs / class / monodoc / Monodoc / providers / man-provider.cs
index 573ebe460a8b50430a831f7cd74dcdc4416d6592..6e68626551bfbcea7c3e252da1d84b3331ddf317 100755 (executable)
@@ -71,7 +71,7 @@ namespace Monodoc.Providers
 
                public ManHelpSource (string base_file, bool create) : base (base_file, create)
                {
-                       nodesMap = Tree.RootNode.Nodes.ToDictionary (n => n.Element);
+                       nodesMap = Tree.RootNode.ChildNodes.ToDictionary (n => n.Element);
                }
 
                // Since man always has a flat tree and rather small amount of item