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

Unified Diff: Source/modules/gamepad/GamepadButton.cpp

Issue 540283003: bindings: Retires ScriptWrappable::init, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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: Source/modules/gamepad/GamepadButton.cpp
diff --git a/Source/modules/gamepad/GamepadButton.cpp b/Source/modules/gamepad/GamepadButton.cpp
index 021bf6051c207f9590de5d0333affb092b2a36dd..5c5bcc1a83745b7407e9f648b4fcd31d7e7473fe 100644
--- a/Source/modules/gamepad/GamepadButton.cpp
+++ b/Source/modules/gamepad/GamepadButton.cpp
@@ -16,7 +16,6 @@ GamepadButton::GamepadButton()
: m_value(0.)
, m_pressed(false)
{
- ScriptWrappable::init(this);
}
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698