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

Unified Diff: third_party/WebKit/Source/core/loader/appcache/ApplicationCache.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/loader/appcache/ApplicationCache.h
diff --git a/third_party/WebKit/Source/core/loader/appcache/ApplicationCache.h b/third_party/WebKit/Source/core/loader/appcache/ApplicationCache.h
index a122383448c7f84f971167f272b8f98ae5c1c6d5..deb77b9ad5adc7db43030728ef659f43cc6049dc 100644
--- a/third_party/WebKit/Source/core/loader/appcache/ApplicationCache.h
+++ b/third_party/WebKit/Source/core/loader/appcache/ApplicationCache.h
@@ -49,7 +49,7 @@ class ApplicationCache final : public EventTargetWithInlineData,
}
~ApplicationCache() override {}
- void frameDestroyed() override;
+ void contextDestroyed() override;
unsigned short status() const;
void update(ExceptionState&);

Powered by Google App Engine
This is Rietveld 408576698