| Index: Source/core/html/HTMLTitleElement.cpp
|
| diff --git a/Source/core/html/HTMLTitleElement.cpp b/Source/core/html/HTMLTitleElement.cpp
|
| index 14e02cac218c7a0a2bfe6f48c446cb3689f74662..9df77899ad9f1575cbdfdf7b7883ec62238190bf 100644
|
| --- a/Source/core/html/HTMLTitleElement.cpp
|
| +++ b/Source/core/html/HTMLTitleElement.cpp
|
| @@ -25,11 +25,10 @@
|
|
|
| #include "HTMLNames.h"
|
| #include "core/dom/Document.h"
|
| -#include "core/dom/NodeRenderingContext.h"
|
| #include "core/dom/Text.h"
|
| #include "core/rendering/style/RenderStyle.h"
|
| #include "core/rendering/style/StyleInheritedData.h"
|
| -#include <wtf/text/StringBuilder.h>
|
| +#include "wtf/text/StringBuilder.h"
|
|
|
| namespace WebCore {
|
|
|
|
|