summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/SVGCharacterLayoutInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/SVGCharacterLayoutInfo.h')
-rw-r--r--WebCore/rendering/SVGCharacterLayoutInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/rendering/SVGCharacterLayoutInfo.h b/WebCore/rendering/SVGCharacterLayoutInfo.h
index 16fd740..7549283 100644
--- a/WebCore/rendering/SVGCharacterLayoutInfo.h
+++ b/WebCore/rendering/SVGCharacterLayoutInfo.h
@@ -67,7 +67,7 @@ class PositionedFloatVector : public PositionedVector<float> { };
struct SVGChar;
struct SVGCharacterLayoutInfo {
- SVGCharacterLayoutInfo(Vector<SVGChar>&);
+ SVGCharacterLayoutInfo();
enum StackType { XStack, YStack, DxStack, DyStack, AngleStack, BaselineShiftStack };
@@ -120,7 +120,7 @@ struct SVGCharacterLayoutInfo {
float pathChunkLength;
// Result vector
- Vector<SVGChar>& svgChars;
+ Vector<SVGChar> svgChars;
bool nextDrawnSeperated : 1;
private: