| Index: Source/core/svg/SVGTests.cpp
|
| diff --git a/Source/core/svg/SVGTests.cpp b/Source/core/svg/SVGTests.cpp
|
| index b555983a7b029fc7b287e985e32dd71926d885dc..92ce90e8b7253c64e42b972848275f0a07156995 100644
|
| --- a/Source/core/svg/SVGTests.cpp
|
| +++ b/Source/core/svg/SVGTests.cpp
|
| @@ -41,7 +41,7 @@ SVGTests::SVGTests(SVGElement* contextElement)
|
| contextElement->addToPropertyMap(m_systemLanguage);
|
| }
|
|
|
| -bool SVGTests::hasExtension(SVGTests*, const String&)
|
| +bool SVGTests::hasExtension(SVGTests&, const String&)
|
| {
|
| // FIXME: Implement me!
|
| return false;
|
|
|