| Index: Source/core/dom/MutationObserverRegistration.h
|
| diff --git a/Source/core/dom/MutationObserverRegistration.h b/Source/core/dom/MutationObserverRegistration.h
|
| index 486400b850634a2c41a8a448214a3716ee92145f..b17d95ae695fb30cc2df099c7f3aafcc85617dfe 100644
|
| --- a/Source/core/dom/MutationObserverRegistration.h
|
| +++ b/Source/core/dom/MutationObserverRegistration.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef MutationObserverRegistration_h
|
| #define MutationObserverRegistration_h
|
|
|
| -#include "MutationObserver.h"
|
| +#include "core/dom/MutationObserver.h"
|
| #include <wtf/HashSet.h>
|
| #include <wtf/text/AtomicString.h>
|
| #include <wtf/text/AtomicStringHash.h>
|
|
|