Commit e51051fa authored by marja@chromium.org's avatar marja@chromium.org

Remove calls to to-be-deprecated v8::Persistent funcs.

BUG=

Review URL: https://chromiumcodereview.appspot.com/23445021

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220629 0039d316-1c4b-4281-b951-d872f2087c98
parent 58786c2a
......@@ -342,8 +342,8 @@ class ProxyResolverV8::Context {
~Context() {
v8::Locker locked(isolate_);
v8_this_.Dispose(isolate_);
v8_context_.Dispose(isolate_);
v8_this_.Dispose();
v8_context_.Dispose();
}
JSBindings* js_bindings() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment