| Index: third_party/WebKit/Source/core/css/CSSRule.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSRule.h b/third_party/WebKit/Source/core/css/CSSRule.h
|
| index 2490dc89d7c57d5ec54a34f9cb841abe148d34d9..3fd77124ea985d9246f0b9d56809f5d5d58cb1fd 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSRule.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSRule.h
|
| @@ -90,6 +90,7 @@ class CORE_EXPORT CSSRule : public GarbageCollectedFinalized<CSSRule>,
|
|
|
| bool HasCachedSelectorText() const { return has_cached_selector_text_; }
|
| void SetHasCachedSelectorText(bool has_cached_selector_text) const {
|
| + LOG(ERROR) << "Adding Some logs to text";
|
| has_cached_selector_text_ = has_cached_selector_text;
|
| }
|
|
|
|
|