- 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

@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BROWSER_WEB_WORKER_H_
#define BROWSER_WEB_WORKER_H_
#ifndef _BROWSER_WEB_WORKER_H
#define _BROWSER_WEB_WORKER_H
#include "base/basictypes.h"
#include "base/ref_counted.h"
@@ -98,4 +98,4 @@ class BrowserWebWorker : public WebKit::WebWorker,
DISALLOW_COPY_AND_ASSIGN(BrowserWebWorker);
};
#endif // BROWSER_WEB_WORKER_H_
#endif // _BROWSER_WEB_WORKER_H