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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/WindowProxyManager.h

Issue 2948983002: Low memory page navigation GC for low end devices (Closed)
Patch Set: fix Created 3 years, 6 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/bindings/core/v8/WindowProxyManager.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/WindowProxyManager.h b/third_party/WebKit/Source/bindings/core/v8/WindowProxyManager.h
index cd9ffabff8d433bd4830bec6b68cd269df6ded8f..ef28337401e2cd1f91341407ce2c311d3eb2eac1 100644
--- a/third_party/WebKit/Source/bindings/core/v8/WindowProxyManager.h
+++ b/third_party/WebKit/Source/bindings/core/v8/WindowProxyManager.h
@@ -28,6 +28,7 @@ class WindowProxyManager : public GarbageCollected<WindowProxyManager> {
void ClearForClose();
void CORE_EXPORT ClearForNavigation();
+ void ClearForSwap();
// Global proxies are passed in a vector to maintain their order: global proxy
// object for the main world is always first. This is needed to prevent bugs

Powered by Google App Engine
This is Rietveld 408576698