From 5581279c11e273149faa90a08dd5361dd6ae0a56 Mon Sep 17 00:00:00 2001 From: jonas Date: Fri, 11 Feb 2011 21:26:24 +0000 Subject: * automatically comment out methods that take blocks as parameters or return them * handle inline protocol definitions in parameter lists (replace id with protocol, and class with class), and made some fixes to this support for fields (many "id" fields/parameters are now protocols) * fix from Phil Hess for parsing some read-only properties * also translate ..._BUT_DEPRECATED macros (without any "_IN_VERSION..." coming after it) into "deprecated" modifiers * several fixes for handling deprecation macros (in several cases, half the macro was mangled into the name of the symbol itself) * default now to parsing the iOS 4.2 SDK headers, and fixed passing an alternate SDK on the command line to make-ios-headers.sh * updated Cocoa headers as parsed by the new parser, and with the headers from Mac OS X 10.6.5/Safari 5.0.2 (contains some WebKit updates) git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16908 3ad0048d-3df7-0310-abae-a5850022a9f2 --- packages/cocoaint/src/webkit/DOMHTMLCollection.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/cocoaint/src/webkit/DOMHTMLCollection.inc') diff --git a/packages/cocoaint/src/webkit/DOMHTMLCollection.inc b/packages/cocoaint/src/webkit/DOMHTMLCollection.inc index e2282d2557..513420a70d 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLCollection.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLCollection.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLCollection.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} -- cgit v1.2.1