Index: third_party/WebKit/Source/core/dom/PendingScript.h |
diff --git a/third_party/WebKit/Source/core/dom/PendingScript.h b/third_party/WebKit/Source/core/dom/PendingScript.h |
index 4f42d098a0083e47fbbd0c7c34036bb16972bdd3..32b2f7f8860f6f473d788c105770653bba82c46f 100644 |
--- a/third_party/WebKit/Source/core/dom/PendingScript.h |
+++ b/third_party/WebKit/Source/core/dom/PendingScript.h |
@@ -67,7 +67,7 @@ public: |
void watchForLoad(ScriptResourceClient*); |
void stopWatchingForLoad(ScriptResourceClient*); |
- Element* element() const { return m_element.get(); } |
+ Element* element() const; |
void setElement(Element*); |
PassRefPtrWillBeRawPtr<Element> releaseElementAndClear(); |