| Index: third_party/WebKit/Source/core/css/ActiveStyleSheets.h
|
| diff --git a/third_party/WebKit/Source/core/css/ActiveStyleSheets.h b/third_party/WebKit/Source/core/css/ActiveStyleSheets.h
|
| index 266f86a548699d52c7cc5d1e9b1a17e52af1356c..3fd8449204071f357e873c3afd580d44bdd2849e 100644
|
| --- a/third_party/WebKit/Source/core/css/ActiveStyleSheets.h
|
| +++ b/third_party/WebKit/Source/core/css/ActiveStyleSheets.h
|
| @@ -25,7 +25,7 @@ enum ActiveSheetsChange {
|
| CORE_EXPORT ActiveSheetsChange
|
| compareActiveStyleSheets(const ActiveStyleSheetVector& oldStyleSheets,
|
| const ActiveStyleSheetVector& newStyleSheets,
|
| - HeapVector<Member<RuleSet>>& changedRuleSets);
|
| + HeapHashSet<Member<RuleSet>>& changedRuleSets);
|
|
|
| } // namespace blink
|
|
|
|
|