mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
- 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:
@@ -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
|
||||
|
Reference in New Issue
Block a user