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

Unified Diff: third_party/WebKit/Source/core/timing/Performance.h

Issue 2388693002: Make DOMWindowProperty a thin wrapper of ContextLifecycleObserver
Patch Set: temp Created 4 years 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/Performance.h
diff --git a/third_party/WebKit/Source/core/timing/Performance.h b/third_party/WebKit/Source/core/timing/Performance.h
index 339aaf8e084f8718842eed91c71f32c29adfd400..390609cd1363f3996411af283cd59b0bddc3831b 100644
--- a/third_party/WebKit/Source/core/timing/Performance.h
+++ b/third_party/WebKit/Source/core/timing/Performance.h
@@ -74,7 +74,7 @@ class CORE_EXPORT Performance final : public PerformanceBase,
explicit Performance(LocalFrame*);
// DOMWindowProperty overrides.
- void frameDestroyed() override;
+ void contextDestroyed() override;
static std::pair<String, DOMWindow*> sanitizedAttribution(
ExecutionContext*,

Powered by Google App Engine
This is Rietveld 408576698