Index: third_party/WebKit/Source/core/svg/SVGScriptElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGScriptElement.cpp b/third_party/WebKit/Source/core/svg/SVGScriptElement.cpp |
index af89b9737c8a0b09497a087397109a0d86ca115b..e7f5a6a77405e8cb9bb899a6ecb4a974d155e79c 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGScriptElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGScriptElement.cpp |
@@ -39,6 +39,11 @@ inline SVGScriptElement::SVGScriptElement(Document& document, bool wasInsertedBy |
{ |
} |
+ScriptLoader* SVGScriptElement::loader() const |
+{ |
+ return m_loader.get(); |
+} |
+ |
PassRefPtrWillBeRawPtr<SVGScriptElement> SVGScriptElement::create(Document& document, bool insertedByParser) |
{ |
return adoptRefWillBeNoop(new SVGScriptElement(document, insertedByParser, false)); |