From b02378c608ddc83d4a2b1e636dd8d1b60c9c7318 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Mon, 13 Sep 2010 03:47:16 +0000 Subject: Track Pepper string and object vars with the module so they can be deleted on module destruction (though this currently isn't implemented). This adds a new object called a PluginObject that wraps plugin-implemented NPObjects. Now object var IDs are per-module, so there is now tracking on the module for these. TEST=unit tests BUG=43964 Review URL: http://codereview.chromium.org/3320010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59210 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DEPS') diff --git a/DEPS b/DEPS index 1fa171e..af3f60e 100644 --- a/DEPS +++ b/DEPS @@ -167,7 +167,7 @@ deps = { Var("libvpx_revision"), "src/third_party/ppapi": - (Var("googlecode_url") % "ppapi") + "/trunk@238", + (Var("googlecode_url") % "ppapi") + "/trunk@244", "src/third_party/libjingle/source": (Var("googlecode_url") % "libjingle") + "/branches/nextsnap@" + -- cgit v1.1