DescriptionWebDataConsumerHandle shouldn't be used on non-Oilpan threads.
Some WebDataConsumerHandle subclasses use on-heap objects and Oilpan requires
the followings:
- Non-oilpan threads must not touch on-heap objects.
- Objects must not outlive the thread that created the objects. For example, it
is invalid to keep holding a Persistent handle to an object that was created by
a thread already detached.
As a result, such WebDataConsumerHandle subclasses cannot be used
in non-oilpan threads.
We hope we will get rid of this restriction in the future.
BUG=480746
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197982
Patch Set 1 #
Total comments: 2
Patch Set 2 : #Patch Set 3 : #Patch Set 4 : #
Messages
Total messages: 26 (9 generated)
|