| Index: third_party/WebKit/Source/bindings/core/v8/ScriptSourceCode.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptSourceCode.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptSourceCode.cpp
|
| index ef9de04c93d86c39c05801174a9a7f717a3a732b..9c7f78faeceffe615dbb4bb5903cae7780f1e345 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptSourceCode.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptSourceCode.cpp
|
| @@ -35,13 +35,6 @@
|
| }
|
|
|
| ScriptSourceCode::~ScriptSourceCode() {}
|
| -
|
| -void ScriptSourceCode::dispose() {
|
| - m_source = String();
|
| - m_resource = nullptr;
|
| - m_streamer = nullptr;
|
| - m_url = KURL();
|
| -}
|
|
|
| DEFINE_TRACE(ScriptSourceCode) {
|
| visitor->trace(m_resource);
|
|
|