| Index: Source/core/css/CSSStyleSheet.h
|
| diff --git a/Source/core/css/CSSStyleSheet.h b/Source/core/css/CSSStyleSheet.h
|
| index ab7106e6bb86cd24a2665396370c8cb913c4baff..5d6c5068a9c87332d7038c7e077c160aa70a8bee 100644
|
| --- a/Source/core/css/CSSStyleSheet.h
|
| +++ b/Source/core/css/CSSStyleSheet.h
|
| @@ -79,7 +79,8 @@ public:
|
| unsigned length() const;
|
| CSSRule* item(unsigned index);
|
|
|
| - virtual void clearOwnerNode() OVERRIDE { didMutate(EntireStyleSheetUpdate); m_ownerNode = 0; }
|
| + virtual void clearOwnerNode() OVERRIDE;
|
| +
|
| virtual CSSRule* ownerRule() const OVERRIDE { return m_ownerRule; }
|
| virtual KURL baseURL() const OVERRIDE;
|
| virtual bool isLoading() const OVERRIDE;
|
|
|