Index: third_party/WebKit/Source/core/html/parser/HTMLParserIdioms.h |
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLParserIdioms.h b/third_party/WebKit/Source/core/html/parser/HTMLParserIdioms.h |
index f10637e86ab515851a71274c329a3f82c9b38584..61f96ffb944e1d892dd06f78fae857649eed68f3 100644 |
--- a/third_party/WebKit/Source/core/html/parser/HTMLParserIdioms.h |
+++ b/third_party/WebKit/Source/core/html/parser/HTMLParserIdioms.h |
@@ -58,7 +58,7 @@ double parseToDoubleForNumberType( |
double fallbackValue = std::numeric_limits<double>::quiet_NaN()); |
// http://www.whatwg.org/specs/web-apps/current-work/#rules-for-parsing-integers |
-bool parseHTMLInteger(const String&, int&); |
+CORE_EXPORT bool parseHTMLInteger(const String&, int&); |
// http://www.whatwg.org/specs/web-apps/current-work/#rules-for-parsing-non-negative-integers |
CORE_EXPORT bool parseHTMLNonNegativeInteger(const String&, unsigned&); |