| Index: Source/core/html/parser/HTMLIdentifier.cpp
|
| diff --git a/Source/core/html/parser/HTMLIdentifier.cpp b/Source/core/html/parser/HTMLIdentifier.cpp
|
| index f0b366f1ef24ee808f53477789a0895a1438a4cd..d12ea6a955c3c7b8b2ea127d8fdfee567dba3be4 100644
|
| --- a/Source/core/html/parser/HTMLIdentifier.cpp
|
| +++ b/Source/core/html/parser/HTMLIdentifier.cpp
|
| @@ -27,9 +27,9 @@
|
| #include "core/html/parser/HTMLIdentifier.h"
|
|
|
| #include "HTMLNames.h"
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/MainThread.h>
|
| -#include <wtf/text/StringHash.h>
|
| +#include "wtf/HashMap.h"
|
| +#include "wtf/MainThread.h"
|
| +#include "wtf/text/StringHash.h"
|
|
|
| namespace WebCore {
|
|
|
|
|