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

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

Issue 2614013003: Remove IgnorableExceptionState (Closed)
Patch Set: temp 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.cpp
diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserver.cpp b/third_party/WebKit/Source/core/dom/IntersectionObserver.cpp
index eade5171943781f148713d6be880359e56c06682..643f76a8b8caf0559aa59259f58bdea337e017a8 100644
--- a/third_party/WebKit/Source/core/dom/IntersectionObserver.cpp
+++ b/third_party/WebKit/Source/core/dom/IntersectionObserver.cpp
@@ -210,7 +210,7 @@ IntersectionObserver::IntersectionObserver(
void IntersectionObserver::clearWeakMembers(Visitor* visitor) {
if (ThreadHeap::isHeapObjectAlive(root()))
return;
- IgnorableExceptionState exceptionState;
+ DummyExceptionStateForTesting exceptionState;
disconnect(exceptionState);
m_root = nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698