Bug 31647 - Make KeyboardEvent::m_keyEvent use OwnPtr
Summary: Make KeyboardEvent::m_keyEvent use OwnPtr
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: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-18 14:25 PST by Daniel Bates
Modified: 2009-11-21 13:27 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.20 KB, patch)
2009-11-18 14:28 PST, Daniel Bates
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2009-11-18 14:25:36 PST
On a suggestion by Darin <https://bugs.webkit.org/show_bug.cgi?id=16735#c11>:

We should make KeyboardEvent::m_keyEvent use an OwnPtr instead of a raw pointer.
Comment 1 Daniel Bates 2009-11-18 14:28:50 PST
Created attachment 43461 [details]
Patch
Comment 2 Eric Seidel (no email) 2009-11-18 15:29:54 PST
Comment on attachment 43461 [details]
Patch

Yay!
Comment 3 WebKit Commit Bot 2009-11-21 13:27:03 PST
Comment on attachment 43461 [details]
Patch

Clearing flags on attachment: 43461

Committed r51285: <http://trac.webkit.org/changeset/51285>
Comment 4 WebKit Commit Bot 2009-11-21 13:27:08 PST
All reviewed patches have been landed.  Closing bug.