summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/webkit/DOMRangeException.inc
blob: f35bbf9d2f946e1770b30d929e10e4dc31b03acb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ Parsed from WebKit.framework DOMRangeException.h }

{$ifdef EXTERNAL_SYMBOLS}
var
  DOMRangeException: NSString { available in 10_4 }; cvar; external;
{$endif}

{$ifdef TYPES}
const
  DOM_BAD_BOUNDARYPOINTS_ERR = 1;
  DOM_INVALID_NODE_TYPE_ERR = 2;
{$endif}