| Index: sky/engine/core/dom/StyleSheetCandidate.h
|
| diff --git a/sky/engine/core/dom/StyleSheetCandidate.h b/sky/engine/core/dom/StyleSheetCandidate.h
|
| index f719dea0158301ec352567b5258d2fbde9b0db3a..11509af5272cdbada3d641fe3ccea6e7f8a2d83a 100644
|
| --- a/sky/engine/core/dom/StyleSheetCandidate.h
|
| +++ b/sky/engine/core/dom/StyleSheetCandidate.h
|
| @@ -33,9 +33,9 @@
|
|
|
| namespace blink {
|
|
|
| +class CSSStyleSheet;
|
| class Document;
|
| class Node;
|
| -class StyleSheet;
|
|
|
| class StyleSheetCandidate {
|
| STACK_ALLOCATED();
|
| @@ -51,7 +51,7 @@ public:
|
|
|
| bool canBeActivated() const;
|
|
|
| - StyleSheet* sheet() const;
|
| + CSSStyleSheet* sheet() const;
|
|
|
| private:
|
| Node& node() const { return *m_node; }
|
|
|