| Index: third_party/WebKit/Source/core/html/HTMLDimension.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLDimension.cpp b/third_party/WebKit/Source/core/html/HTMLDimension.cpp
|
| index 80a8df9263a5c416ce12ea679a24fe464d3a1781..db0bd35b429f4c6b1173a0b7f93df5c1780831d3 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLDimension.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLDimension.cpp
|
| @@ -31,6 +31,7 @@
|
| #include "core/html/HTMLDimension.h"
|
|
|
| #include "wtf/MathExtras.h"
|
| +#include "wtf/text/StringToNumber.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|