Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(137)

Unified Diff: third_party/WebKit/Source/core/css/CSSRule.h

Issue 2841493002: Remove WEBKIT_KEYFRAMES_RULE and WEBKIT_KEYFRAME_RULE (Closed)
Patch Set: TEMP Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSRule.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSRule.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698