Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(471)

Unified Diff: Source/core/css/InspectorCSSOMWrappers.cpp

Issue 66383005: Remove the concept of user stylesheets. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix WebFrameCSSCallbackTest tests Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/css/DocumentRuleSets.cpp ('k') | Source/core/css/StyleRuleImport.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « Source/core/css/DocumentRuleSets.cpp ('k') | Source/core/css/StyleRuleImport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698