| Index: third_party/WebKit/Source/core/dom/DocumentStyleSheetCollection.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentStyleSheetCollection.cpp b/third_party/WebKit/Source/core/dom/DocumentStyleSheetCollection.cpp
|
| index 5c70f97fead469ed0ecda2f14be788377228830c..036ff73fe2b22b90d8d8b7124dcaa5b3f2bdc96a 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentStyleSheetCollection.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentStyleSheetCollection.cpp
|
| @@ -94,7 +94,8 @@ void DocumentStyleSheetCollection::CollectStyleSheets(
|
| for (auto& sheet :
|
| GetDocument().GetStyleEngine().InjectedAuthorStyleSheets()) {
|
| collector.AppendActiveStyleSheet(std::make_pair(
|
| - sheet, GetDocument().GetStyleEngine().RuleSetForSheet(*sheet)));
|
| + sheet.second,
|
| + GetDocument().GetStyleEngine().RuleSetForSheet(*sheet.second)));
|
| }
|
| CollectStyleSheetsFromCandidates(master_engine, collector);
|
| if (CSSStyleSheet* inspector_sheet =
|
|
|