HTMLDocument.idl 85 B

123456
  1. #import <DOM/Document.idl>
  2. [Exposed=Window]
  3. interface HTMLDocument : Document {
  4. };