Update to Chromium revision 224895.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1460 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2013-10-16 00:25:38 +00:00
parent 901528b4a5
commit 4c3bd0b724
31 changed files with 157 additions and 134 deletions

View File

@@ -131,7 +131,7 @@ class CefV8Handle : public CefV8HandleBase {
handle_(isolate(), v) {
}
virtual ~CefV8Handle() {
handle_.Dispose(isolate());
handle_.Reset();
handle_.Clear();
}