|
Oilpan: Prepare to move AbstractSQLStatement, SQLStatement, and SQLCallbackWrapper<T> to Oilpan heap.
SQLCallbackWrapper has code to call ExecutionContext::deref() in the origin
thread. This is unnecessary in Oilpan because implementation classes of
ExecutionContext are already on-heap and they are always destructed in their
origin threads.
This is a prepration to make ExecutionContext GarbageCollected.
BUG= 357163
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175610
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+45 lines, -15 lines) |
Patch |
 |
M |
Source/modules/webdatabase/AbstractSQLStatement.h
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/modules/webdatabase/AbstractSQLTransactionBackend.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/webdatabase/SQLCallbackWrapper.h
|
View
|
1
|
5 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/webdatabase/SQLStatement.h
|
View
|
1
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/modules/webdatabase/SQLStatement.cpp
|
View
|
1
|
2 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/modules/webdatabase/SQLStatementBackend.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/modules/webdatabase/SQLStatementBackend.cpp
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/modules/webdatabase/SQLTransaction.cpp
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/webdatabase/SQLTransactionBackend.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/webdatabase/SQLTransactionBackend.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|