Update to Chromium revision ff259bab (#488528)

This commit is contained in:
Marshall Greenblatt
2017-07-26 19:19:27 -04:00
parent 6da2bbf229
commit f229796a39
416 changed files with 2724 additions and 2213 deletions

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=9a19ca77c7dad9e0c8ddd5a1f3f2c1a2073fdd84$
// $hash=02a5e27f4359f971859d711c0943d87e1bf0e883$
//
#include "libcef_dll/cpptoc/views/browser_view_delegate_cpptoc.h"
@ -358,10 +358,10 @@ CefRefPtr<CefBrowserViewDelegate> CefCppToCRefCounted<
#if DCHECK_IS_ON()
template <>
base::AtomicRefCount
CefCppToCRefCounted<CefBrowserViewDelegateCppToC,
CefBrowserViewDelegate,
cef_browser_view_delegate_t>::DebugObjCt = 0;
base::AtomicRefCount CefCppToCRefCounted<
CefBrowserViewDelegateCppToC,
CefBrowserViewDelegate,
cef_browser_view_delegate_t>::DebugObjCt ATOMIC_DECLARATION;
#endif
template <>