[Title] Average Char width fix for Search box of google.com when the region is Arabic
authorRachit Puri <rachit.puri@samsung.com>
Mon, 21 Oct 2013 06:34:29 +0000 (12:19 +0545)
committerSriram <srirama.m@samsung.com>
Mon, 21 Oct 2013 08:41:11 +0000 (14:11 +0530)
commit547a3493af2c8dbb88360bc8f1b4535c0481542a
tree097945878dc494c66e4f23e402d07fcd2a0ccfba
parent9e7ce7be9e072cf30f9c7433c7bc7064b2f48f4f
[Title] Average Char width fix for Search box of google.com when the region is Arabic

[Issue#] N_SE_51504
[Problem] Search box of google.com not displayed properly when the display language is Arabic and the region is Arabic
[Cause] Average char width was not picked
[Solution] Code was checked-in before but NULL check was missing. Added proper condition ann verified the same
[Developer] h.joshi@samsung.com

Change-Id: I91f07a5bd99fea7f2c4614c45ed6abe0e5955a47
Source/WTF/wtf/Platform.h
Source/WebCore/platform/graphics/SimpleFontData.cpp [changed mode: 0644->0755]