Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
2009-11-21 Daniel Bates <dbates@webkit.org>
Reviewed by Eric Seidel. https://bugs.webkit.org/show_bug.cgi?id=31647 Changed KeyboardEvent::m_keyEvent from a raw pointer to an OwnPtr. No functionality was changed. So, no new tests. * dom/KeyboardEvent.cpp: (WebCore::KeyboardEvent::~KeyboardEvent): * dom/KeyboardEvent.h: Changed m_keyEvent to OwnPtr. (WebCore::KeyboardEvent::keyEvent): Canonical link: https://commits.webkit.org/42714@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@51285 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
17 additions
and 3 deletions.
- +15 −0 WebCore/ChangeLog
- +0 −1 WebCore/dom/KeyboardEvent.cpp
- +2 −2 WebCore/dom/KeyboardEvent.h
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters