| 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 e0ce10e279328c551b3a2e01dd91bf9d1d6b062a..7509dcf7051d0c111c615918360c489eed7e098e 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObserver.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObserver.cpp
|
| @@ -227,7 +227,7 @@ IntersectionObserver::IntersectionObserver(
|
| m_leftMargin = rootMargin[3];
|
| break;
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| break;
|
| }
|
| root.document().ensureIntersectionObserverController().addTrackedObserver(
|
|
|