| Index: Source/core/html/imports/HTMLImport.cpp
|
| diff --git a/Source/core/html/imports/HTMLImport.cpp b/Source/core/html/imports/HTMLImport.cpp
|
| index 4726f7132355c1c9006e6bc4d2adb695e1ec7cc4..58b17f75c752f8676a28b3de89d3e0fc83faed20 100644
|
| --- a/Source/core/html/imports/HTMLImport.cpp
|
| +++ b/Source/core/html/imports/HTMLImport.cpp
|
| @@ -87,8 +87,8 @@ void HTMLImport::stateDidChange()
|
|
|
| void HTMLImport::recalcTreeState(HTMLImport* root)
|
| {
|
| - HashMap<HTMLImport*, HTMLImportState> snapshot;
|
| - Vector<HTMLImport*> updated;
|
| + WillBeHeapHashMap<RawPtrWillBeMember<HTMLImport>, HTMLImportState> snapshot;
|
| + WillBeHeapVector<RawPtrWillBeMember<HTMLImport> > updated;
|
|
|
| for (HTMLImport* i = root; i; i = traverseNext(i)) {
|
| snapshot.add(i, i->state());
|
|
|