Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptSourceCode.cpp

Issue 2568103002: Revert of Eagerly dispose of ScheduledActions. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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);
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/ScriptSourceCode.h ('k') | third_party/WebKit/Source/core/frame/DOMTimer.cpp » ('j') | no next file with comments »

Powered by Google App Engine