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(); |