| 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 668a264c1c175bfd0a32ecb132a6339163fc3994..19742315641621c426910665c00411a7018ffd8c 100644
|
| --- a/third_party/WebKit/Source/core/css/StyleSheetContents.cpp
|
| +++ b/third_party/WebKit/Source/core/css/StyleSheetContents.cpp
|
| @@ -163,8 +163,8 @@ void StyleSheetContents::parserAppendRule(StyleRuleBase* rule) {
|
| if (importRule->mediaQueries())
|
| setHasMediaQueries();
|
| m_importRules.append(importRule);
|
| - m_importRules.last()->setParentStyleSheet(this);
|
| - m_importRules.last()->requestStyleSheet();
|
| + m_importRules.back()->setParentStyleSheet(this);
|
| + m_importRules.back()->requestStyleSheet();
|
| return;
|
| }
|
|
|
|
|