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

Unified Diff: Source/core/css/StyleRuleKeyframe.h

Issue 1069153002: Remove BisonCSSParser references in comments (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 | « Source/core/css/CSSPrimitiveValue.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/StyleRuleKeyframe.h
diff --git a/Source/core/css/StyleRuleKeyframe.h b/Source/core/css/StyleRuleKeyframe.h
index 1d95771a9c7b7f373b4854198b38e3ea62740869..b630d9135b8111394c3fe8f7de91e1b5f6ed26ca 100644
--- a/Source/core/css/StyleRuleKeyframe.h
+++ b/Source/core/css/StyleRuleKeyframe.h
@@ -27,7 +27,7 @@ public:
// Used by StyleResolver.
const Vector<double>& keys() const;
- // Used by BisonCSSParser when constructing a new StyleRuleKeyframe.
+ // Used by the CSS parser when constructing a new StyleRuleKeyframe.
void setKeys(PassOwnPtr<Vector<double>>);
const StylePropertySet& properties() const { return *m_properties; }
« no previous file with comments | « Source/core/css/CSSPrimitiveValue.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698