blob: 02e14854639069c3f33d945491dcff86b202ff2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{ Parsed from WebKit.framework DOMComment.h }
{$ifdef TYPES}
type
DOMCommentPtr = ^DOMComment;
{$endif}
{$ifdef CLASSES}
type
DOMComment = objcclass external (DOMCharacterData)
end;
{$endif}
|