You've already forked lazarus-ccr
Estetic change in the OutputDebugString.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1388 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -432,7 +432,7 @@ begin
|
||||
//for a nsIWebProgressListener2. Just answering nothing does not
|
||||
//produce an "error".
|
||||
{$IFDEF DEBUG}
|
||||
OutputDebugString(GUIDToString(uuid);
|
||||
OutputDebugString('Missing interface in TWeakReference.QueryReferent '+GUIDToString(uuid));
|
||||
{$ENDIF}
|
||||
//raise EGeckoError.Create('QueryReference Error');
|
||||
//System.Error(reIntfCastError);
|
||||
|
Reference in New Issue
Block a user