diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-01 11:14:26 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-01 11:14:26 +0000 |
commit | 18b2328bb632c2eb02513dea8f310482131fe377 (patch) | |
tree | 1be19c4e0ef6b3b953d6c45203a32f5f6fb9dede /layout/style/nsCSSScanner.cpp | |
parent | e11620a0f5b81ddd439c3547bd1ee41330852d2b (diff) | |
download | uxp-18b2328bb632c2eb02513dea8f310482131fe377.tar.gz |
Issue #80 - Resolve issues with compiling on insane gcc configurations with no optimizations in layout/
(and fix a typo for cs fs)
Diffstat (limited to 'layout/style/nsCSSScanner.cpp')
-rw-r--r-- | layout/style/nsCSSScanner.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layout/style/nsCSSScanner.cpp b/layout/style/nsCSSScanner.cpp index 2110be78cc..b1524a3bb2 100644 --- a/layout/style/nsCSSScanner.cpp +++ b/layout/style/nsCSSScanner.cpp @@ -14,6 +14,8 @@ #include "mozilla/Likely.h" #include <algorithm> +using mozilla::IsNaN; + /* Character class tables and related helper functions. */ static const uint8_t IS_HEX_DIGIT = 0x01; |