diff options
author | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-22 08:56:53 +0000 |
---|---|---|
committer | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-22 08:56:53 +0000 |
commit | 06bf6e4df17fe8c82e49cf751d7ebc8ae32b0aa6 (patch) | |
tree | e26fca3447f97b03a580000afbe64f373c57a581 | |
parent | e5c537aa4654e79406fe5867a06e896c7c840693 (diff) | |
download | chromium_src-06bf6e4df17fe8c82e49cf751d7ebc8ae32b0aa6.zip chromium_src-06bf6e4df17fe8c82e49cf751d7ebc8ae32b0aa6.tar.gz chromium_src-06bf6e4df17fe8c82e49cf751d7ebc8ae32b0aa6.tar.bz2 |
Update the command line JavaScript debugger to support the changed debugger protocol in V8 0.4.8.1. This change has already been applied to chrome/browser/debugger/resources/debugger_shell.js as http://codereview.chromium.org/18149.
Added a simple dir command to test the enumeration of properties in the debugger protocol.
Review URL: http://codereview.chromium.org/18449
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8449 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ deps = { "http://googletest.googlecode.com/svn/trunk@167", "src/third_party/WebKit": - "/trunk/deps/third_party/WebKit@8409", + "/trunk/deps/third_party/WebKit@8449", "src/third_party/icu38": "/trunk/deps/third_party/icu38@7525", |