Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(574)

Unified Diff: third_party/WebKit/Source/core/timing/PerformanceObserver.cpp

Issue 1922763003: Remove unnecessary uses of GarbageCollectedFinalized<>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: undo revival of unused includes Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/timing/PerformanceObserver.cpp
diff --git a/third_party/WebKit/Source/core/timing/PerformanceObserver.cpp b/third_party/WebKit/Source/core/timing/PerformanceObserver.cpp
index c1ac416d55379cc21085aa1aa46c866e646d1ee4..fdef12967f1b4fa32c4c27179c0accc677f36897 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceObserver.cpp
+++ b/third_party/WebKit/Source/core/timing/PerformanceObserver.cpp
@@ -30,10 +30,6 @@ PerformanceObserver::PerformanceObserver(PerformanceBase* performance, Performan
{
}
-PerformanceObserver::~PerformanceObserver()
-{
-}
-
void PerformanceObserver::observe(const PerformanceObserverInit& observerInit, ExceptionState& exceptionState)
{
if (!m_performance) {
« no previous file with comments | « third_party/WebKit/Source/core/timing/PerformanceObserver.h ('k') | third_party/WebKit/Source/core/xml/DOMParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698