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

Unified Diff: Source/core/dom/Document.h

Issue 1252683003: Oilpan: Schedule a precise GC when a page navigates (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WIP Created 5 years, 5 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
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/core/loader/FrameLoader.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index b52c7762a02bb2ae37948adb77c0d4c29be055d7..a2fdb3196caa24cde9cde799b65561ed07539363 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -212,6 +212,8 @@ public:
}
~Document() override;
+ unsigned nodeCount() const;
+
MediaQueryMatcher& mediaQueryMatcher();
void mediaQueryAffectingValueChanged();
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/core/loader/FrameLoader.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698