| Index: third_party/WebKit/Source/core/xml/XPathPredicate.cpp
|
| diff --git a/third_party/WebKit/Source/core/xml/XPathPredicate.cpp b/third_party/WebKit/Source/core/xml/XPathPredicate.cpp
|
| index 0b8137b66321d539f69daa8662538e6eb3090567..54d2ce2fa110feaab894f026dd793a6dd886ec93 100644
|
| --- a/third_party/WebKit/Source/core/xml/XPathPredicate.cpp
|
| +++ b/third_party/WebKit/Source/core/xml/XPathPredicate.cpp
|
| @@ -27,10 +27,10 @@
|
|
|
| #include "core/xml/XPathPredicate.h"
|
|
|
| +#include <math.h>
|
| #include "core/xml/XPathFunctions.h"
|
| #include "core/xml/XPathUtil.h"
|
| #include "wtf/MathExtras.h"
|
| -#include <math.h>
|
|
|
| namespace blink {
|
|
|
|
|