Chromium Code Reviews| Index: Source/core/css/CSSStyleSheet.h |
| diff --git a/Source/core/css/CSSStyleSheet.h b/Source/core/css/CSSStyleSheet.h |
| index 1077a6378078e14b3658f9313815a8c3ab01bc3a..1f0257e36b69a75dffc6cc1b51c61e4777821981 100644 |
| --- a/Source/core/css/CSSStyleSheet.h |
| +++ b/Source/core/css/CSSStyleSheet.h |
| @@ -129,6 +129,8 @@ private: |
| bool canAccessRules() const; |
| + void setLoadCompleted(bool); |
| + |
| RefPtrWillBeMember<StyleSheetContents> m_contents; |
| bool m_isInlineStylesheet; |
| bool m_isDisabled; |