| Index: Source/core/xml/XPathFunctions.cpp
|
| diff --git a/Source/core/xml/XPathFunctions.cpp b/Source/core/xml/XPathFunctions.cpp
|
| index 0e9f977361d98ee791e5d9773a04a8a0b63a36c8..0af3a8bbfb358426ba4b95ccd0755b75d6942d56 100644
|
| --- a/Source/core/xml/XPathFunctions.cpp
|
| +++ b/Source/core/xml/XPathFunctions.cpp
|
| @@ -34,8 +34,8 @@
|
| #include "core/dom/TreeScope.h"
|
| #include "core/xml/XPathUtil.h"
|
| #include "core/xml/XPathValue.h"
|
| -#include <wtf/MathExtras.h>
|
| -#include <wtf/text/StringBuilder.h>
|
| +#include "wtf/MathExtras.h"
|
| +#include "wtf/text/StringBuilder.h"
|
|
|
| namespace WebCore {
|
| namespace XPath {
|
|
|