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

Unified Diff: Source/modules/gamepad/GamepadList.h

Issue 808643005: Sync Navigator.getGamepads() with the spec Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 10 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 | « LayoutTests/gamepad/gamepad-polling-access-expected.txt ('k') | Source/modules/gamepad/GamepadList.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/gamepad/GamepadList.h
diff --git a/Source/modules/gamepad/GamepadList.h b/Source/modules/gamepad/GamepadList.h
index af06fa028d3099828524e08a8a1be601d812988d..d135a7be775ddedf691a060e008a0422fb285c9b 100644
--- a/Source/modules/gamepad/GamepadList.h
+++ b/Source/modules/gamepad/GamepadList.h
@@ -26,15 +26,13 @@
#ifndef GamepadList_h
#define GamepadList_h
-#include "bindings/core/v8/ScriptWrappable.h"
#include "modules/gamepad/Gamepad.h"
#include "platform/heap/Handle.h"
#include "public/platform/WebGamepads.h"
namespace blink {
-class GamepadList final : public GarbageCollected<GamepadList>, public ScriptWrappable {
- DEFINE_WRAPPERTYPEINFO();
+class GamepadList final : public GarbageCollected<GamepadList> {
public:
static GamepadList* create()
{
« no previous file with comments | « LayoutTests/gamepad/gamepad-polling-access-expected.txt ('k') | Source/modules/gamepad/GamepadList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698