| Index: Source/WebCore/rendering/RenderObject.cpp
|
| diff --git a/Source/WebCore/rendering/RenderObject.cpp b/Source/WebCore/rendering/RenderObject.cpp
|
| index d7f42b466501c32519be63fa124695b952aee973..3b07cf11329e96589ad77e1a70e5abf7799bd3c5 100644
|
| --- a/Source/WebCore/rendering/RenderObject.cpp
|
| +++ b/Source/WebCore/rendering/RenderObject.cpp
|
| @@ -2275,7 +2275,7 @@ RespectImageOrientationEnum RenderObject::shouldRespectImageOrientation() const
|
| // Respect the image's orientation if it's being used as a full-page image or it's
|
| // an <img> and the setting to respect it everywhere is set.
|
| return
|
| -#if USE(CG) || PLATFORM(CHROMIUM) || PLATFORM(BLACKBERRY)
|
| +#if USE(CG) || PLATFORM(CHROMIUM)
|
| // This can only be enabled for ports which honor the orientation flag in their drawing code.
|
| document()->isImageDocument() ||
|
| #endif
|
|
|