- Fix a reference leak in CefXmlReaderImpl due to xml_close_callback not always being called.

- Make include guards consistent in browser_web_worker.h

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@134 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2010-11-09 21:06:39 +00:00
parent eaf976875f
commit 54e0a2db9a
3 changed files with 8 additions and 25 deletions

View File

@ -62,6 +62,7 @@ public:
protected:
PlatformThreadId supported_thread_id_;
CefRefPtr<CefStreamReader> stream_;
xmlTextReaderPtr reader_;
std::wstringstream error_buf_;
};