Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(480)

Unified Diff: third_party/WebKit/Source/modules/gamepad/GamepadEvent.cpp

Issue 2217763003: Remove Blink-WebKit-only document.createEvent strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/gamepad/GamepadEvent.cpp
diff --git a/third_party/WebKit/Source/modules/gamepad/GamepadEvent.cpp b/third_party/WebKit/Source/modules/gamepad/GamepadEvent.cpp
index 97bdf21a90ea7c0fbe039ed9806601ca1b55d254..60742f23c715025937a364a88a6b376a37079ca8 100644
--- a/third_party/WebKit/Source/modules/gamepad/GamepadEvent.cpp
+++ b/third_party/WebKit/Source/modules/gamepad/GamepadEvent.cpp
@@ -6,10 +6,6 @@
namespace blink {
-GamepadEvent::GamepadEvent()
-{
-}
-
GamepadEvent::GamepadEvent(const AtomicString& type, bool canBubble, bool cancelable, Gamepad* gamepad)
: Event(type, canBubble, cancelable)
, m_gamepad(gamepad)
« no previous file with comments | « third_party/WebKit/Source/modules/gamepad/GamepadEvent.h ('k') | third_party/WebKit/Source/modules/mediarecorder/BlobEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698