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

Unified Diff: third_party/WebKit/Source/core/css/StyleSheetContents.cpp

Issue 1896793002: Rename (updateLayout/updateStyle).*.() to updateStyleAndLayout.*.() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: third_party/WebKit/Source/core/css/StyleSheetContents.cpp
diff --git a/third_party/WebKit/Source/core/css/StyleSheetContents.cpp b/third_party/WebKit/Source/core/css/StyleSheetContents.cpp
index ca65457166c6776323414df8a8f041c7f292a668..cb7b243a4b50601a21c649104b0ec0b4a04b928d 100644
--- a/third_party/WebKit/Source/core/css/StyleSheetContents.cpp
+++ b/third_party/WebKit/Source/core/css/StyleSheetContents.cpp
@@ -415,7 +415,7 @@ void StyleSheetContents::notifyLoadedSheet(const CSSStyleSheetResource* sheet)
{
ASSERT(sheet);
m_didLoadErrorOccur |= sheet->errorOccurred();
- // updateLayoutIgnorePendingStyleSheets can cause us to create the RuleSet on this
+ // updateStyleAndLayoutIgnorePendingStylesheets can cause us to create the RuleSet on this
// sheet before its imports have loaded. So clear the RuleSet when the imports
// load since the import's subrules are flattened into its parent sheet's RuleSet.
clearRuleSet();

Powered by Google App Engine
This is Rietveld 408576698