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

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

Issue 540283003: bindings: Retires ScriptWrappable::init, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed a review comment. 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
« no previous file with comments | « Source/modules/gamepad/WebKitGamepad.cpp ('k') | Source/modules/geofencing/CircularRegion.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/gamepad/WebKitGamepadList.cpp
diff --git a/Source/modules/gamepad/WebKitGamepadList.cpp b/Source/modules/gamepad/WebKitGamepadList.cpp
index ca81556a90a02bf260e50d14a6e1da5b24f72a74..dfe4d7be41173e40b0c3674fa3b7226a01f0c1e1 100644
--- a/Source/modules/gamepad/WebKitGamepadList.cpp
+++ b/Source/modules/gamepad/WebKitGamepadList.cpp
@@ -9,7 +9,6 @@ namespace blink {
WebKitGamepadList::WebKitGamepadList()
{
- ScriptWrappable::init(this);
}
void WebKitGamepadList::set(unsigned index, WebKitGamepad* gamepad)
« no previous file with comments | « Source/modules/gamepad/WebKitGamepad.cpp ('k') | Source/modules/geofencing/CircularRegion.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698