|
Oilpan: Change persistent handles in the Event hierarchy to members
Persistent handles in on-heap objects are not allowed (because it's likely to cause memory leaks). This CL removes them from the Event hierarchy, which was moved to oilpan's heap in r169941.
BUG= 340522
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170022
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+14 lines, -10 lines) |
Patch |
 |
M |
Source/core/events/MessageEvent.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/events/MessageEvent.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/events/PopStateEvent.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/events/PopStateEvent.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/events/TouchEvent.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/events/TouchEvent.cpp
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/storage/StorageEvent.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
1 comment
|
Download
|
 |
M |
Source/core/storage/StorageEvent.cpp
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/modules/gamepad/GamepadEvent.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/gamepad/GamepadEvent.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|