| Index: Source/core/svg/SVGZoomAndPan.h
|
| diff --git a/Source/core/svg/SVGZoomAndPan.h b/Source/core/svg/SVGZoomAndPan.h
|
| index 32759f3382ecaee7b272b155af36afbcd5962c92..b1432eb9bf02fea3a0c46c7a2b8b2c8ab6d9b10a 100644
|
| --- a/Source/core/svg/SVGZoomAndPan.h
|
| +++ b/Source/core/svg/SVGZoomAndPan.h
|
| @@ -59,7 +59,6 @@ public:
|
| static bool parseAttribute(SVGElementTarget* target, const QualifiedName& name, const AtomicString& value)
|
| {
|
| ASSERT(target);
|
| - ASSERT(target->document());
|
| if (name == SVGNames::zoomAndPanAttr) {
|
| SVGZoomAndPanType zoomAndPan = SVGZoomAndPanUnknown;
|
| if (!value.isEmpty()) {
|
|
|