| Index: Source/core/dom/MutationRecord.cpp
|
| diff --git a/Source/core/dom/MutationRecord.cpp b/Source/core/dom/MutationRecord.cpp
|
| index cc3b05a231dfd4d60648d279c4557db0f81ae538..5d86f3e9c0d1eeeab8fd8e17b56b8912e3d9b560 100644
|
| --- a/Source/core/dom/MutationRecord.cpp
|
| +++ b/Source/core/dom/MutationRecord.cpp
|
| @@ -36,8 +36,7 @@
|
| #include "core/dom/NodeList.h"
|
| #include "core/dom/QualifiedName.h"
|
| #include "core/dom/StaticNodeList.h"
|
| -#include <wtf/Assertions.h>
|
| -#include <wtf/StdLibExtras.h>
|
| +#include "wtf/StdLibExtras.h"
|
|
|
| namespace WebCore {
|
|
|
|
|