Bug 3823

Summary: GW: Fix KWQStaticDeleter to comply with modern KDE API
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: New BugsAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Enhancement    
Priority: P4    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Bug Depends on:    
Bug Blocks: 3250    
Attachments:
Description Flags
fixes our KWQStaticDeleter mjs: review+

Description Eric Seidel (no email) 2005-07-02 20:07:51 PDT
KWQStatic deleter only takes two parameters (one optional) when the KDE one takes 3 (one optiona).  This 
can cause unexpected crashes due to silent pointer -> bool casting.

This patch fixes our KWQStaticDeleter to comply with the KDE one.
Comment 1 Eric Seidel (no email) 2005-07-02 20:10:31 PDT
Created attachment 2762 [details]
fixes our KWQStaticDeleter
Comment 2 Maciej Stachowiak 2005-07-03 01:59:36 PDT
Comment on attachment 2762 [details]
fixes our KWQStaticDeleter

r=me
Comment 3 Maciej Stachowiak 2005-07-03 02:02:14 PDT
Comment on attachment 2762 [details]
fixes our KWQStaticDeleter

r=me