| 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 32b2f7f8860f6f473d788c105770653bba82c46f..4f42d098a0083e47fbbd0c7c34036bb16972bdd3 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;
|
| + Element* element() const { return m_element.get(); }
|
| void setElement(Element*);
|
| PassRefPtrWillBeRawPtr<Element> releaseElementAndClear();
|
|
|
|
|