commit | b62f8a5450f1d1192c524746df8900f1bf7e1848 | [log] [tgz] |
---|---|---|
author | Ben Murdoch <benm@google.com> | Mon Nov 22 16:10:19 2010 +0000 |
committer | Ben Murdoch <benm@google.com> | Mon Nov 22 17:15:38 2010 +0000 |
tree | d9f06e31cbb1631f7f84a4afff34e3e8eb2799a1 | |
parent | 1ca562635117e10fae0888689909e6c39d66b0a4 [diff] |
Fix potential NPE in L10nUtils. It is possible that a call to the L10nUtils class will come before it has been properly initialised (if the user highlights a form very quickly onload for example) so move the initialisation earlier in the WebView ctor so that it is set up before the WebCore thread is started. Change-Id: Iff5a1c16d04c47d001146184f753d2cc0cbbb404