| Index: Source/core/dom/MutationObserver.h
|
| diff --git a/Source/core/dom/MutationObserver.h b/Source/core/dom/MutationObserver.h
|
| index 643a4e907897b3a59861bb59dd770f8a0b8ad518..eb0da18b4c495c34e581b8b99890961268a43caf 100644
|
| --- a/Source/core/dom/MutationObserver.h
|
| +++ b/Source/core/dom/MutationObserver.h
|
| @@ -32,13 +32,10 @@
|
| #define MutationObserver_h
|
|
|
| #include "bindings/v8/ScriptWrappable.h"
|
| -#include "wtf/HashMap.h"
|
| #include "wtf/HashSet.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/RefPtr.h"
|
| -#include "wtf/text/AtomicString.h"
|
| -#include "wtf/text/AtomicStringHash.h"
|
|
|
| namespace WebCore {
|
|
|
|
|