Index: Source/core/css/InspectorCSSOMWrappers.cpp |
diff --git a/Source/core/css/InspectorCSSOMWrappers.cpp b/Source/core/css/InspectorCSSOMWrappers.cpp |
index 7474b7f9e00d3f986be7f6df2033d4d6203b1cfe..ba8009522bdba38f1f0432665f3360beaf12861d 100644 |
--- a/Source/core/css/InspectorCSSOMWrappers.cpp |
+++ b/Source/core/css/InspectorCSSOMWrappers.cpp |
@@ -109,8 +109,6 @@ void InspectorCSSOMWrappers::collectFromStyleEngine(StyleEngine* styleSheetColle |
styleSheetCollection->getActiveAuthorStyleSheets(activeAuthorStyleSheets); |
for (size_t i = 0; i < activeAuthorStyleSheets.size(); ++i) |
collectFromStyleSheets(*activeAuthorStyleSheets[i]); |
- collect(styleSheetCollection->pageUserSheet()); |
- collectFromStyleSheets(styleSheetCollection->documentUserStyleSheets()); |
} |
CSSStyleRule* InspectorCSSOMWrappers::getWrapperForRuleInSheets(StyleRule* rule, StyleEngine* styleSheetCollection) |