commit | 32216e4725f7db2fce46127d5d94f4a136c18b20 | [log] [tgz] |
---|---|---|
author | cdumez@apple.com <cdumez@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Thu Nov 12 07:28:57 2015 +0000 |
committer | cdumez@apple.com <cdumez@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Thu Nov 12 07:28:57 2015 +0000 |
tree | 48b45623c3d8f54b244f0ad7c343264d22c353ed | |
parent | b69a958cba6ff32786eb0d9921a85e4c9326856b [diff] |
Stop passing a PassRefPtr to dispatchEvent() https://bugs.webkit.org/show_bug.cgi?id=151158 Reviewed by Alex Christensen. Stop passing a PassRefPtr to dispatchEvent() because: 1. PassRefPtr is legacy and should no longer be used 2. We don't actually transfer ownership of the Event to the callee Pass a C++ reference instead. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@192354 268f45cc-cd09-0410-ab3c-d52691b4dbfc