| Index: third_party/WebKit/Source/core/dom/MutationObserverRegistration.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/MutationObserverRegistration.cpp b/third_party/WebKit/Source/core/dom/MutationObserverRegistration.cpp
|
| index 75dd25dbb5ccf02ced4ffa9a04e98977c8bb7c10..1f44e6d7567acbd992e557da5de657a821db4ba2 100644
|
| --- a/third_party/WebKit/Source/core/dom/MutationObserverRegistration.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/MutationObserverRegistration.cpp
|
| @@ -109,7 +109,8 @@ void MutationObserverRegistration::clearTransientRegistrations() {
|
| void MutationObserverRegistration::unregister() {
|
| DCHECK(m_registrationNode);
|
| m_registrationNode->unregisterMutationObserver(this);
|
| - // The above line will cause this object to be deleted, so don't do any more in this function.
|
| + // The above line will cause this object to be deleted, so don't do any more
|
| + // in this function.
|
| }
|
|
|
| bool MutationObserverRegistration::shouldReceiveMutationFrom(
|
|
|