diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-13 03:47:16 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-13 03:47:16 +0000 |
commit | b02378c608ddc83d4a2b1e636dd8d1b60c9c7318 (patch) | |
tree | 30631524cc92753aff9b59b28f7d0c1797d5be67 /DEPS | |
parent | 0af3697eb3a11c84be86be69a6883fd27da54a3e (diff) | |
download | chromium_src-b02378c608ddc83d4a2b1e636dd8d1b60c9c7318.zip chromium_src-b02378c608ddc83d4a2b1e636dd8d1b60c9c7318.tar.gz chromium_src-b02378c608ddc83d4a2b1e636dd8d1b60c9c7318.tar.bz2 |
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
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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@" + |