| Index: third_party/WebKit/Source/core/svg/SVGScriptElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGScriptElement.h b/third_party/WebKit/Source/core/svg/SVGScriptElement.h
|
| index b623adbbd05c5d4ae68c21f345f9a642c5e044ce..1f8a64bb396d25eac841d2c0375a5ea1a3720352 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGScriptElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGScriptElement.h
|
| @@ -42,7 +42,7 @@ class SVGScriptElement final
|
| public:
|
| static PassRefPtrWillBeRawPtr<SVGScriptElement> create(Document&, bool wasInsertedByParser);
|
|
|
| - ScriptLoader* loader() const;
|
| + ScriptLoader* loader() const { return m_loader.get(); }
|
|
|
| #if ENABLE(ASSERT)
|
| bool isAnimatableAttribute(const QualifiedName&) const override;
|
|
|