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) { |