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
Really "fix" CTI mode on windows 2k3.
[WebKit-https.git]
/
JavaScriptCore
/
kjs
/
regexp.cpp
diff --git
a/JavaScriptCore/kjs/regexp.cpp
b/JavaScriptCore/kjs/regexp.cpp
index
e86ce89
..
7397232
100644
(file)
--- a/
JavaScriptCore/kjs/regexp.cpp
+++ b/
JavaScriptCore/kjs/regexp.cpp
@@
-105,7
+105,7
@@
RegExp::~RegExp()
jsRegExpFree(m_regExp);
#if ENABLE(WREC)
if (m_wrecFunction)
-
fastFre
e(m_wrecFunction);
+
WTF::fastFreeExecutabl
e(m_wrecFunction);
#endif
}