DescriptionOilpan: Remove RefPtrs to Node and its subclasses in core/inspector/ with Oilpan transition types.
InspectorDOMAgent::m_documentNodeToIdMap needs to be switched from a part object
to OwnPtr/Persistent because we have some addres comparisons of
NodeToIdMap(HeapHashMap) and we have no ways to get a HeapHashMap pointer from a
PersistentHeapHashMap.
BUG=357163
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175662
Patch Set 1 #
Total comments: 10
Messages
Total messages: 21 (0 generated)
|