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=fa15c71d8a7710d8e1c326ede770c2359b790188$
// $hash=3395dcdcef421c933a9901fd1e34cd28a9e75955$
//
#include "libcef_dll/cpptoc/completion_callback_cpptoc.h"
@ -50,10 +50,10 @@ CefRefPtr<CefCompletionCallback> CefCppToCRefCounted<
#if DCHECK_IS_ON()
template <>
base::AtomicRefCount
CefCppToCRefCounted<CefCompletionCallbackCppToC,
CefCompletionCallback,
cef_completion_callback_t>::DebugObjCt = 0;
base::AtomicRefCount CefCppToCRefCounted<CefCompletionCallbackCppToC,
CefCompletionCallback,
cef_completion_callback_t>::DebugObjCt
ATOMIC_DECLARATION;
#endif
template <>