mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 213078.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1339 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
#include "base/strings/string16.h"
|
||||
#include "base/strings/string_util.h"
|
||||
#include "base/strings/sys_string_conversions.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "content/public/renderer/document_state.h"
|
||||
#include "content/public/renderer/navigation_state.h"
|
||||
|
@@ -10,6 +10,7 @@ MSVC_PUSH_WARNING_LEVEL(0);
|
||||
#include "bindings/v8/V8RecursionScope.h"
|
||||
#include "bindings/v8/V8Utilities.h"
|
||||
MSVC_POP_WARNING();
|
||||
#undef ceil
|
||||
#undef LOG
|
||||
|
||||
#include "libcef/renderer/content_renderer_client.h"
|
||||
|
@@ -1002,7 +1002,6 @@ CefV8ValueImpl::Handle::~Handle() {
|
||||
// B. The associated context, if any, is still valid.
|
||||
if (should_persist_ && (!context_state_.get() || context_state_->IsValid())) {
|
||||
handle_.MakeWeak(
|
||||
isolate(),
|
||||
(tracker_ ? new CefV8MakeWeakParam(context_state_, tracker_) : NULL),
|
||||
TrackDestructor);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user