summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-24 20:38:38 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-24 20:38:38 +0000
commit760b2822b77c2e85983b3a860e6c527b6adb4edb (patch)
tree7ae6075a338573f83b8856a010652603521b11cf /DEPS
parent413dfc0904b3a2670d38e97d334ecd63aae7ff5a (diff)
downloadchromium_src-760b2822b77c2e85983b3a860e6c527b6adb4edb.zip
chromium_src-760b2822b77c2e85983b3a860e6c527b6adb4edb.tar.gz
chromium_src-760b2822b77c2e85983b3a860e6c527b6adb4edb.tar.bz2
Chromium side of supporting property enumeration, memory allocation, querying
the time according to the browser, and dispatching work to the main thread. This CL also enables catching exceptions thrown by JS during a PPB_Var method. R=brettw BUG=none TEST=none Review URL: http://codereview.chromium.org/2148001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48075 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 4f461f7..da433f4 100644
--- a/DEPS
+++ b/DEPS
@@ -151,7 +151,7 @@ deps = {
Var("libvpx_revision"),
"src/third_party/ppapi":
- "http://ppapi.googlecode.com/svn/trunk@48",
+ "http://ppapi.googlecode.com/svn/trunk@50",
}