author | Daniel Holbert <dholbert@cs.stanford.edu> |
Wed, 28 Nov 2012 23:13:02 -0800 | |
changeset 114469 | 280c4fb7794d23687dcce03eaeabb0b93100ed11 |
parent 114468 | 82837149f0010320580459f13c6f88955a061247 |
child 114470 | 66eaee2d8885e0832872687c54a44948cbdd48f7 |
push id | 23917 |
push user | emorley@mozilla.com |
push date | Thu, 29 Nov 2012 14:20:29 +0000 |
treeherder | mozilla-central@c72d38e7a212 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | longsonr |
bugs | 793308 |
milestone | 20.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/content/svg/content/src/SVGLengthList.cpp +++ b/content/svg/content/src/SVGLengthList.cpp @@ -3,17 +3,16 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "SVGLengthList.h" #include "nsCharSeparatedTokenizer.h" #include "nsError.h" #include "nsString.h" #include "nsSVGElement.h" -#include "string.h" #include "SVGAnimatedLengthList.h" #include "SVGContentUtils.h" #include "SVGLength.h" namespace mozilla { nsresult SVGLengthList::CopyFrom(const SVGLengthList& rhs)
--- a/content/svg/content/src/SVGNumberList.cpp +++ b/content/svg/content/src/SVGNumberList.cpp @@ -8,17 +8,16 @@ #include "SVGNumberList.h" #include "nsCharSeparatedTokenizer.h" #include "nsError.h" #include "nsMathUtils.h" #include "nsString.h" #include "nsSVGElement.h" #include "nsTextFormatter.h" #include "prdtoa.h" -#include "string.h" #include "SVGAnimatedNumberList.h" #include "SVGContentUtils.h" namespace mozilla { nsresult SVGNumberList::CopyFrom(const SVGNumberList& rhs) {
--- a/content/svg/content/src/SVGPathData.cpp +++ b/content/svg/content/src/SVGPathData.cpp @@ -6,17 +6,16 @@ #include "SVGPathData.h" #include "gfxPlatform.h" #include "nsError.h" #include "nsString.h" #include "nsSVGElement.h" #include "nsSVGPathDataParser.h" #include "nsSVGPathGeometryElement.h" // for nsSVGMark #include <stdarg.h> -#include "string.h" #include "SVGContentUtils.h" #include "SVGPathSegUtils.h" using namespace mozilla; static bool IsMoveto(uint16_t aSegType) { return aSegType == nsIDOMSVGPathSeg::PATHSEG_MOVETO_ABS ||
--- a/content/svg/content/src/SVGPointList.cpp +++ b/content/svg/content/src/SVGPointList.cpp @@ -8,17 +8,16 @@ #include "SVGPointList.h" #include "nsError.h" #include "nsCharSeparatedTokenizer.h" #include "nsMathUtils.h" #include "nsString.h" #include "nsSVGElement.h" #include "nsTextFormatter.h" #include "prdtoa.h" -#include "string.h" #include "SVGAnimatedPointList.h" #include "SVGContentUtils.h" namespace mozilla { nsresult SVGPointList::CopyFrom(const SVGPointList& rhs) {