Commit 01fcc90d authored by haraken@chromium.org's avatar haraken@chromium.org

Move Event to oilpan's heap

Now there is no test failing when I change RefCounted<Event> to RefCountedGarbageCollected<Event>. Thus this CL does the change.

BUG=341032

Review URL: https://codereview.chromium.org/208173004

git-svn-id: svn://svn.chromium.org/blink/trunk@169941 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 16073072
...@@ -46,7 +46,7 @@ public: ...@@ -46,7 +46,7 @@ public:
bool cancelable; bool cancelable;
}; };
class Event : public RefCounted<Event>, public ScriptWrappable { class Event : public RefCountedWillBeRefCountedGarbageCollected<Event>, public ScriptWrappable {
public: public:
enum PhaseType { enum PhaseType {
NONE = 0, NONE = 0,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment