Changeset 155815 in webkit for trunk/Source/WebCore/svg/SVGPatternElement.cpp
- Timestamp:
- Sep 15, 2013, 11:06:06 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/svg/SVGPatternElement.cpp
r155716 r155815 74 74 END_REGISTER_ANIMATED_PROPERTIES 75 75 76 inline SVGPatternElement::SVGPatternElement(const QualifiedName& tagName, Document *document)76 inline SVGPatternElement::SVGPatternElement(const QualifiedName& tagName, Document& document) 77 77 : SVGElement(tagName, document) 78 78 , m_x(LengthModeWidth) … … 87 87 } 88 88 89 PassRefPtr<SVGPatternElement> SVGPatternElement::create(const QualifiedName& tagName, Document *document)89 PassRefPtr<SVGPatternElement> SVGPatternElement::create(const QualifiedName& tagName, Document& document) 90 90 { 91 91 return adoptRef(new SVGPatternElement(tagName, document));
Note:
See TracChangeset
for help on using the changeset viewer.