mshtml: Added body dispatch id test.

This commit is contained in:
Jacek Caban 2008-09-12 00:12:13 +02:00 committed by Alexandre Julliard
parent 2950c3fa2d
commit 1c51d3598d
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ static const elem_type_info_t elem_type_infos[] = {
{"HTML", elem_iids, NULL},
{"HEAD", elem_iids, NULL},
{"TITLE", elem_iids, NULL},
{"BODY", body_iids, NULL},
{"BODY", body_iids, &DIID_DispHTMLBody},
{"A", anchor_iids, NULL},
{"INPUT", input_iids, &DIID_DispHTMLInputElement},
{"SELECT", select_iids, &DIID_DispHTMLSelectElement},