summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorl.gombos@samsung.com <l.gombos@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-21 06:08:13 +0000
committerl.gombos@samsung.com <l.gombos@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-21 06:08:13 +0000
commitd7883a8f350fed782b09067329225b230f876c7e (patch)
treea28868727172c5f1197343c1de0e41e2222cc7a8
parenta9001fb7e687abdacab5be049f9bef04daa68d8c (diff)
downloadchromium_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.gypi1
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', {