| Index: Source/core/css/InspectorCSSOMWrappers.cpp
|
| diff --git a/Source/core/css/InspectorCSSOMWrappers.cpp b/Source/core/css/InspectorCSSOMWrappers.cpp
|
| index 595d22ccae4457335142bfa0b55934a0509673ad..324c0128f5c3d24585953170b4dd3e1f2d5e6f0c 100644
|
| --- a/Source/core/css/InspectorCSSOMWrappers.cpp
|
| +++ b/Source/core/css/InspectorCSSOMWrappers.cpp
|
| @@ -107,7 +107,6 @@ void InspectorCSSOMWrappers::collectFromStyleEngine(StyleEngine* styleSheetColle
|
| {
|
| collectFromStyleSheets(styleSheetCollection->activeAuthorStyleSheets());
|
| collect(styleSheetCollection->pageUserSheet());
|
| - collectFromStyleSheets(styleSheetCollection->injectedUserStyleSheets());
|
| collectFromStyleSheets(styleSheetCollection->documentUserStyleSheets());
|
| }
|
|
|
|
|