Chromium Code Reviews| Index: Source/modules/gamepad/GamepadList.h |
| diff --git a/Source/modules/gamepad/GamepadList.h b/Source/modules/gamepad/GamepadList.h |
| index 78c7e75a5e1e3fcdb79e0543b58c76d1988d5191..bb50d0aed201fc2e51938e400816aba2d54ae832 100644 |
| --- a/Source/modules/gamepad/GamepadList.h |
| +++ b/Source/modules/gamepad/GamepadList.h |
| @@ -35,7 +35,7 @@ |
| namespace WebCore { |
| -class GamepadList : public RefCountedWillBeGarbageCollected<GamepadList>, public ScriptWrappable { |
| +class GamepadList : public RefCountedWillBeGarbageCollectedFinalized<GamepadList>, public ScriptWrappable { |
|
eseidel
2014/03/12 22:28:20
I don't know the rules for oilpan well enough. I
|
| public: |
| static PassRefPtrWillBeRawPtr<GamepadList> create() { return adoptRefWillBeNoop(new GamepadList); } |
| ~GamepadList(); |