| Index: Source/core/dom/QualifiedName.cpp
|
| diff --git a/Source/core/dom/QualifiedName.cpp b/Source/core/dom/QualifiedName.cpp
|
| index 6edcf87f07b2f291760cc27e868aee788b681956..d75136846df4cb37fc84b5379a59ce5ea15328ab 100644
|
| --- a/Source/core/dom/QualifiedName.cpp
|
| +++ b/Source/core/dom/QualifiedName.cpp
|
| @@ -32,9 +32,9 @@
|
| #include "XMLNames.h"
|
| #include "core/dom/QualifiedName.h"
|
| #include "core/dom/WebCoreMemoryInstrumentation.h"
|
| -#include <wtf/Assertions.h>
|
| -#include <wtf/HashSet.h>
|
| -#include <wtf/StaticConstructors.h>
|
| +#include "wtf/Assertions.h"
|
| +#include "wtf/HashSet.h"
|
| +#include "wtf/StaticConstructors.h"
|
|
|
| namespace WebCore {
|
|
|
|
|