diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-21 01:45:05 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-21 01:45:05 +0000 |
commit | acdad3b88df2bc4ea0e070fe4fcb05372e2a094c (patch) | |
tree | da550123939a7cad5c7626ff32609c883c47a775 /DEPS | |
parent | 744e75bb7e752d79ec185aeab79eb7a03e0ff55a (diff) | |
download | chromium_src-acdad3b88df2bc4ea0e070fe4fcb05372e2a094c.zip chromium_src-acdad3b88df2bc4ea0e070fe4fcb05372e2a094c.tar.gz chromium_src-acdad3b88df2bc4ea0e070fe4fcb05372e2a094c.tar.bz2 |
Revert "Roll webkit deps from r76235 to r76307."
This reverts commit r72069.
The ARM build gave this compiler warning:
cc1plus: warnings being treated as errors
third_party/WebKit/Source/WebCore/platform/graphics/FontCache.cpp: In function 'const WTF::AtomicString& WebCore::alternateFamilyName(const WTF::AtomicString&)':
third_party/WebKit/Source/WebCore/platform/graphics/FontCache.cpp:139: error: 'timesNewRoman.unstatic.3258' may be used uninitialized in this function
make: *** [out/Release/obj.target/webcore_platform/third_party/WebKit/Source/WebCore/platform/graphics/FontCache.o] Error 1
TBR=jorlow
Review URL: http://codereview.chromium.org/6248012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72078 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ vars = { "googlecode_url": "http://%s.googlecode.com/svn", "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", "nacl_trunk": "http://src.chromium.org/native_client/trunk", - "webkit_revision": "76307", + "webkit_revision": "76235", "chromium_git": "http://git.chromium.org/git", "swig_revision": "69281", "nacl_revision": "4182", |