diff options
author | l.gombos@samsung.com <l.gombos@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-21 06:08:13 +0000 |
---|---|---|
committer | l.gombos@samsung.com <l.gombos@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-21 06:08:13 +0000 |
commit | d7883a8f350fed782b09067329225b230f876c7e (patch) | |
tree | a28868727172c5f1197343c1de0e41e2222cc7a8 | |
parent | a9001fb7e687abdacab5be049f9bef04daa68d8c (diff) | |
download | chromium_src-d7883a8f350fed782b09067329225b230f876c7e.zip chromium_src-d7883a8f350fed782b09067329225b230f876c7e.tar.gz chromium_src-d7883a8f350fed782b09067329225b230f876c7e.tar.bz2 |
WTF_VECTOR_INITIAL_SIZE properly defaults to 4 in wtf/Vector.h. No need to overrule the WTF_VECTOR_INITIAL_SIZE macro in the global gyp configuration file any more.
BUG=285442
Review URL: https://chromiumcodereview.appspot.com/24246013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224573 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | build/common.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index 360f81a..f779a28 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1918,7 +1918,6 @@ # Set this to use the new DX11 version of ANGLE. # TODO(apatrick): Remove this when the transition is complete. 'ANGLE_DX11', - 'WTF_VECTOR_INITIAL_SIZE=4', ], 'conditions': [ ['(OS=="mac" or OS=="ios") and asan==1', { |