| Index: third_party/WebKit/Source/platform/exported/WebImage.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebImage.cpp b/third_party/WebKit/Source/platform/exported/WebImage.cpp
|
| index fca1310bf57917677bbde99133a709bd867d7411..87871fa3880526b3fb87c3afeb7cf29dccdb87a9 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebImage.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebImage.cpp
|
| @@ -79,7 +79,8 @@ WebImage WebImage::fromData(const WebData& data, const WebSize& desiredSize) {
|
| }
|
|
|
| WebVector<WebImage> WebImage::framesFromData(const WebData& data) {
|
| - // This is to protect from malicious images. It should be big enough that it's never hit in pracice.
|
| + // This is to protect from malicious images. It should be big enough that it's
|
| + // never hit in practice.
|
| const size_t maxFrameCount = 8;
|
|
|
| RefPtr<SharedBuffer> buffer = PassRefPtr<SharedBuffer>(data);
|
|
|