summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/webkit/DOMCSSStyleSheet.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cocoaint/src/webkit/DOMCSSStyleSheet.inc')
-rw-r--r--packages/cocoaint/src/webkit/DOMCSSStyleSheet.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/cocoaint/src/webkit/DOMCSSStyleSheet.inc b/packages/cocoaint/src/webkit/DOMCSSStyleSheet.inc
index 0dd401bcb1..2f75976724 100644
--- a/packages/cocoaint/src/webkit/DOMCSSStyleSheet.inc
+++ b/packages/cocoaint/src/webkit/DOMCSSStyleSheet.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMCSSStyleSheet.h }
-{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
+{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 }
{$ifdef TYPES}
@@ -56,7 +56,7 @@
{ DOMCSSStyleSheetDeprecatedCategory }
DOMCSSStyleSheetDeprecatedCategory = objccategory external (DOMCSSStyleSheet)
- function insertRule(rule: NSString; index: cuint): cuint; message 'insertRule:rule:';
+ function insertRule(rule: NSString; index: cuint): cuint; message 'insertRule:rule:'; deprecated 'in_webkit_version_3 and later';
end;
{$endif}