diff options
author | msneck@google.com <msneck@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-26 22:43:49 +0000 |
---|---|---|
committer | msneck@google.com <msneck@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-26 22:43:49 +0000 |
commit | 53c59cb0b7d479dee6629b4bf0bd6d28eef7d872 (patch) | |
tree | 5ad412042f20b1dea01c1cf5d29094a531d63178 | |
parent | 476891dc225047be8f4d0940dae83a91784f5804 (diff) | |
download | chromium_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-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", } |