Add documentElement to Document. (#15943)

(cherry picked from commit 83432aecfc)
This commit is contained in:
treeform
2020-11-12 23:12:03 -08:00
committed by narimiran
parent 9b51f9b7e1
commit afedd5ee24

View File

@@ -203,6 +203,7 @@ type
Document* = ref DocumentObj
DocumentObj {.importc.} = object of NodeObj
activeElement*: Element
documentElement*: Element
alinkColor*: cstring
bgColor*: cstring
body*: Element