Bug 3823 - GW: Fix KWQStaticDeleter to comply with modern KDE API
Summary: GW: Fix KWQStaticDeleter to comply with modern KDE API
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Enhancement
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks: 3250
  Show dependency treegraph
 
Reported: 2005-07-02 20:07 PDT by Eric Seidel (no email)
Modified: 2005-07-03 03:19 PDT (History)
0 users

See Also:


Attachments
fixes our KWQStaticDeleter (1.30 KB, patch)
2005-07-02 20:10 PDT, Eric Seidel (no email)
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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