| Index: third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp b/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
| index 3976a5982562c857f8bef8ab7bfbf85fbf0d45c0..905d07e88d623e586acd526951fbf5299bc582fa 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
| @@ -56,6 +56,7 @@
|
| #include "platform/MIMETypeRegistry.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "wtf/StdLibExtras.h"
|
| +#include "wtf/text/StringToNumber.h"
|
|
|
| namespace blink {
|
|
|
|
|