diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-23 23:03:34 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-23 23:03:34 +0000 |
commit | 27f97b6e3e4751b602372d29bc77c9acf33e1c80 (patch) | |
tree | 48ca4b4ac518e8572ea3b8174a19a134d8acf9c4 /DEPS | |
parent | 9dce797f76e410bf3ddec8af75e74c1f0e07dae0 (diff) | |
download | chromium_src-27f97b6e3e4751b602372d29bc77c9acf33e1c80.zip chromium_src-27f97b6e3e4751b602372d29bc77c9acf33e1c80.tar.gz chromium_src-27f97b6e3e4751b602372d29bc77c9acf33e1c80.tar.bz2 |
GraphicsContextCG uses CFURLRef conversions that may not be available. Filed
upstream as https://bugs.webkit.org/show_bug.cgi?id=21841.
Review URL: http://codereview.chromium.org/7952
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3873 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ deps = { "http://googletest.googlecode.com/svn/trunk@63", "src/third_party/WebKit": - "/trunk/deps/third_party/WebKit@3853", + "/trunk/deps/third_party/WebKit@3872", "src/third_party/cygwin": "/trunk/deps/third_party/cygwin@3248", |