From 4fde292443231dfdb66f2c7d83066ae6ec8e6dca Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Fri, 20 Jan 2012 14:44:09 +0000 Subject: [PATCH] Mac: Fix compile error due to revision 469 changes. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@471 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- libcef/v8_impl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcef/v8_impl.cc b/libcef/v8_impl.cc index b75c5c263..361dd53f9 100644 --- a/libcef/v8_impl.cc +++ b/libcef/v8_impl.cc @@ -50,9 +50,9 @@ class V8TrackObject : public CefTrackNode { } private: - int external_memory_counter_; CefRefPtr object_; CefRefPtr user_data_; + int external_memory_counter_; }; class V8TrackString : public CefTrackNode {