From 1d680993594b18c3585c94c47a6a46e8982b9a81 Mon Sep 17 00:00:00 2001 From: erikchen Date: Thu, 14 May 2015 17:27:59 -0700 Subject: [PATCH] Roll web-page-replay to e53550b73e8e098938a651bc8ceb3681e5980567. For a full list of changes, see https://github.com/chromium/web-page-replay/compare/0e5c45a...e53550b. BUG=484833 Review URL: https://codereview.chromium.org/1128743004 Cr-Commit-Position: refs/heads/master@{#329995} --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 1602d77c4892..52d3d84c51ab 100644 --- a/DEPS +++ b/DEPS @@ -257,7 +257,7 @@ deps = { Var('chromium_git') + '/chromium/tools/deps2git.git' + '@' + 'f04828eb0b5acd3e7ad983c024870f17f17b06d9', 'src/third_party/webpagereplay': - Var('chromium_git') + '/external/github.com/chromium/web-page-replay.git' + '@' + '0e5c45a7ca4a43d9b9451db380de4ac5a543d1de', + Var('chromium_git') + '/external/github.com/chromium/web-page-replay.git' + '@' + 'e53550b73e8e098938a651bc8ceb3681e5980567', 'src/third_party/pywebsocket/src': Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30ff8d1fa1a89be39cec901f4a29c', -- 2.11.4.GIT