| 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 9d457885b9c42525133f4e53fd3840cd2a98a1a5..b29c0fa61c3f2c59f8a0b53b6ca9135ff25fb7b6 100644
|
| --- a/third_party/WebKit/Source/core/dom/PendingScript.h
|
| +++ b/third_party/WebKit/Source/core/dom/PendingScript.h
|
| @@ -76,7 +76,6 @@ class CORE_EXPORT PendingScript final
|
|
|
| Element* element() const { return m_element.get(); }
|
| void setElement(Element*);
|
| - Element* releaseElementAndClear();
|
|
|
| void setScriptResource(ScriptResource*);
|
|
|
|
|