summaryrefslogtreecommitdiff
path: root/Source/WebCore/css/StyleResolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/css/StyleResolver.h')
-rw-r--r--Source/WebCore/css/StyleResolver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/WebCore/css/StyleResolver.h b/Source/WebCore/css/StyleResolver.h
index 377add29b..f382d5f8a 100644
--- a/Source/WebCore/css/StyleResolver.h
+++ b/Source/WebCore/css/StyleResolver.h
@@ -80,7 +80,7 @@ class StyleRulePage;
class StyleRuleRegion;
class StyleShader;
class StyleSheet;
-class StyleSheetInternal;
+class StyleSheetContents;
class StyleSheetList;
class StyledElement;
class WebKitCSSFilterValue;
@@ -158,7 +158,7 @@ public:
void appendAuthorStylesheets(unsigned firstNew, const Vector<RefPtr<StyleSheet> >&);
// Find the ids or classes the selectors on a stylesheet are scoped to. The selectors only apply to elements in subtrees where the root element matches the scope.
- static bool determineStylesheetSelectorScopes(StyleSheetInternal*, HashSet<AtomicStringImpl*>& idScopes, HashSet<AtomicStringImpl*>& classScopes);
+ static bool determineStylesheetSelectorScopes(StyleSheetContents*, HashSet<AtomicStringImpl*>& idScopes, HashSet<AtomicStringImpl*>& classScopes);
private:
void initForStyleResolve(Element*, RenderStyle* parentStyle = 0, PseudoId = NOPSEUDO);
@@ -510,7 +510,7 @@ private:
#endif
#if ENABLE(STYLE_SCOPED)
- static const ContainerNode* determineScope(const CSSStyleSheet*);
+ const ContainerNode* determineScope(const CSSStyleSheet*);
typedef HashMap<const ContainerNode*, OwnPtr<RuleSet> > ScopedRuleSetMap;