| Index: Source/core/html/HTMLElement.cpp
|
| diff --git a/Source/core/html/HTMLElement.cpp b/Source/core/html/HTMLElement.cpp
|
| index 4089ef6bb2594e7813b54fc88d8c02c99a6d7992..54a2bbb4075d3ae94baeb7c7e6747fa5f0dfb5f8 100644
|
| --- a/Source/core/html/HTMLElement.cpp
|
| +++ b/Source/core/html/HTMLElement.cpp
|
| @@ -51,8 +51,8 @@
|
| #include "core/page/Frame.h"
|
| #include "core/page/Settings.h"
|
| #include "core/rendering/RenderWordBreak.h"
|
| -#include <wtf/StdLibExtras.h>
|
| -#include <wtf/text/CString.h>
|
| +#include "wtf/StdLibExtras.h"
|
| +#include "wtf/text/CString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|