summaryrefslogtreecommitdiffstats
path: root/WebCore/xml/XPathFunctions.cpp
diff options
context:
space:
mode:
authorPatrick Scott <phanna@android.com>2009-07-09 14:55:03 -0400
committerPatrick Scott <phanna@android.com>2009-07-09 14:58:42 -0400
commit91f07d3317527703031378a388bc92853479d6a8 (patch)
tree23e6eb6b3e0a63512330f40a87781fd2d85fa3b4 /WebCore/xml/XPathFunctions.cpp
parentb116c1a08412db8a748998c7e8a2ce851cbacacd (diff)
downloadexternal_webkit-91f07d3317527703031378a388bc92853479d6a8.zip
external_webkit-91f07d3317527703031378a388bc92853479d6a8.tar.gz
external_webkit-91f07d3317527703031378a388bc92853479d6a8.tar.bz2
Do not merge
Pull down http://trac.webkit.org/changeset/42163 to fix the icon database crash. I believe the issue was that m_syncThreadRunning could have been initialized to false if the moons aligned. When the Browser quits, it closes the icon db. If m_syncThreadRunning happened to be false, the close method would not wait for the sync thread to complete before cleaning up (and closing) the sqlite database. I think that caused the underlying db to be null within sqlite.
Diffstat (limited to 'WebCore/xml/XPathFunctions.cpp')
0 files changed, 0 insertions, 0 deletions