summaryrefslogtreecommitdiffstats
path: root/WebCore/html/parser/HTMLParserIdioms.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/parser/HTMLParserIdioms.h')
-rw-r--r--WebCore/html/parser/HTMLParserIdioms.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/html/parser/HTMLParserIdioms.h b/WebCore/html/parser/HTMLParserIdioms.h
index 4839138..4e8e58f 100644
--- a/WebCore/html/parser/HTMLParserIdioms.h
+++ b/WebCore/html/parser/HTMLParserIdioms.h
@@ -44,6 +44,7 @@ String serializeForNumberType(double);
// Leading or trailing illegal characters cause failure, as does passing an empty string.
// The double* parameter may be 0 to check if the string can be parsed without getting the result.
bool parseToDoubleForNumberType(const String&, double*);
+bool parseToDoubleForNumberTypeWithDecimalPlaces(const String&, double*, unsigned*);
// http://www.whatwg.org/specs/web-apps/current-work/#rules-for-parsing-integers
bool parseHTMLInteger(const String&, int&);