| Index: third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLImageElement.cpp b/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| index 829c9cec6230a32676d53bcf431dfcbe46e93f03..5360f5f5900378d680202af97d6b611b1f75000b 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| @@ -143,7 +143,7 @@ void HTMLImageElement::notifyViewportChanged()
|
| {
|
| // Re-selecting the source URL in order to pick a more fitting resource
|
| // And update the image's intrinsic dimensions when the viewport changes.
|
| - // Picking of a better fitting resource is UA dependant, not spec required.
|
| + // Picking of a better fitting resource is UA dependent, not spec required.
|
| selectSourceURL(ImageLoader::UpdateSizeChanged);
|
| }
|
|
|
|
|