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

Unified Diff: third_party/WebKit/Source/core/dom/IntersectionObserver.h

Issue 2646633002: IntersectionObserver: remove gc-timing-revealing execeptions. (Closed)
Patch Set: Created 3 years, 11 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/core/dom/IntersectionObserver.h
diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserver.h b/third_party/WebKit/Source/core/dom/IntersectionObserver.h
index b0401295d58c7000f1609b4b2ea1aae846932f35..894652eacf2979976ccdc33440b5b67164b63c1c 100644
--- a/third_party/WebKit/Source/core/dom/IntersectionObserver.h
+++ b/third_party/WebKit/Source/core/dom/IntersectionObserver.h
@@ -87,7 +87,6 @@ class CORE_EXPORT IntersectionObserver final
void enqueueIntersectionObserverEntry(IntersectionObserverEntry&);
unsigned firstThresholdGreaterThan(float ratio) const;
void deliver();
- void removeObservation(IntersectionObservation&);
bool hasEntries() const { return m_entries.size(); }
const HeapLinkedHashSet<WeakMember<IntersectionObservation>>& observations()
const {

Powered by Google App Engine
This is Rietveld 408576698