git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Unreviewed, rolling out r166876.
[WebKit-https.git]
/
Source
/
JavaScriptCore
/
runtime
/
VM.cpp
diff --git
a/Source/JavaScriptCore/runtime/VM.cpp
b/Source/JavaScriptCore/runtime/VM.cpp
index
3f7fb0e
..
0768005
100644
(file)
--- a/
Source/JavaScriptCore/runtime/VM.cpp
+++ b/
Source/JavaScriptCore/runtime/VM.cpp
@@
-496,7
+496,7
@@
void VM::resetDateCache()
{
localTimeOffsetCache.reset();
cachedDateString = String();
- cachedDateStringValue =
std::numeric_limits<double>::quiet_NaN()
;
+ cachedDateStringValue =
QNaN
;
dateInstanceCache.reset();
}