Bug 40760 - Use adoptRef and create functions in more code paths
Summary: Use adoptRef and create functions in more code paths
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks: 27672
  Show dependency treegraph
 
Reported: 2010-06-16 22:43 PDT by Darin Adler
Modified: 2010-06-28 13:33 PDT (History)
1 user (show)

See Also:


Attachments
Patch (42.22 KB, patch)
2010-06-16 23:02 PDT, Darin Adler
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2010-06-16 22:43:44 PDT
Use adoptRef and create functions in more code paths
Comment 1 Darin Adler 2010-06-16 23:02:42 PDT
Created attachment 58964 [details]
Patch
Comment 2 Darin Adler 2010-06-17 07:59:14 PDT
Comment on attachment 58964 [details]
Patch

Clearing flags on attachment: 58964

Committed r61324: <http://trac.webkit.org/changeset/61324>
Comment 3 Darin Adler 2010-06-17 07:59:18 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Csaba Osztrogonác 2010-06-17 08:39:44 PDT
This patch broke all Chromium build, could you guys fix them?
Comment 5 Darin Adler 2010-06-28 13:33:11 PDT
Simon fixed Qt in <http://trac.webkit.org/changeset/61327>. I fixed Chromium in <http://trac.webkit.org/changeset/61328> and <http://trac.webkit.org/changeset/61329>.