| Index: third_party/WebKit/Source/core/css/resolver/ElementStyleResources.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/ElementStyleResources.cpp b/third_party/WebKit/Source/core/css/resolver/ElementStyleResources.cpp
|
| index 14e05c5632f42209cd9a95af8aab45ee35e339e9..88e90ddbe49e012d943fa8dcc93992f35c1fbe27 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/ElementStyleResources.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/ElementStyleResources.cpp
|
| @@ -153,7 +153,7 @@ void ElementStyleResources::LoadPendingImages(ComputedStyle* style) {
|
| // <div></div>
|
| //
|
| // We call styleImage() for both a.png and b.png adding the
|
| - // CSSPropertyBackgroundImage property to the m_pendingImageProperties set,
|
| + // CSSPropertyBackgroundImage property to the pending_image_properties_ set,
|
| // then we null out the background image because of the "none".
|
| //
|
| // If we eagerly loaded the images we'd fetch a.png, even though it's not
|
|
|