summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsneck@google.com <msneck@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-26 22:43:49 +0000
committermsneck@google.com <msneck@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-26 22:43:49 +0000
commit53c59cb0b7d479dee6629b4bf0bd6d28eef7d872 (patch)
tree5ad412042f20b1dea01c1cf5d29094a531d63178
parent476891dc225047be8f4d0940dae83a91784f5804 (diff)
downloadchromium_src-53c59cb0b7d479dee6629b4bf0bd6d28eef7d872.zip
chromium_src-53c59cb0b7d479dee6629b4bf0bd6d28eef7d872.tar.gz
chromium_src-53c59cb0b7d479dee6629b4bf0bd6d28eef7d872.tar.bz2
Update the Native Client version to include removal of one more use of
accept(). This will allow the Mac sandbox hole to be closed. This version also contains an include change to fix a compile failure on a single buildbot. BUG=none TEST=all tests still pass, especially nacl_ui_tests Review URL: http://codereview.chromium.org/2881034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53711 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index a08d537..7f9962f 100644
--- a/DEPS
+++ b/DEPS
@@ -6,7 +6,7 @@ vars = {
"skia_revision": "589",
"chromium_git": "http://src.chromium.org/git",
"swig_revision": "40423",
- "nacl_revision": "2697",
+ "nacl_revision": "2776",
"libvpx_revision": "50313",
"libjingle_revision": "24",
}