Updated GeckoChromeWindow.pas; replaced BrowseWin sample app with ChromeWin; now using new ObjC-based Cocoa widgetset instead of old PasCocoa-based Cocoa widgetset.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1024 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
macpgmr
2009-12-01 02:43:05 +00:00
parent 63ea74c175
commit a9cef53676

View File

@ -11,7 +11,7 @@ function NewSimpleEnumeratorFromTInterfaceList(AList: TInterfaceList;
implementation implementation
uses uses
nsXPCOM_STD19, nsError; nsXPCOM_std19, nsError;
type type
TSimpleEnumeratorWithInterfaceList = class(TInterfacedObject, TSimpleEnumeratorWithInterfaceList = class(TInterfacedObject,