#include "config.h"
#include "RegExpCache.h"
-#include "Operations.h"
+#include "JSCInlines.h"
#include "RegExpObject.h"
#include "StrongInlines.h"
m_vm->addRegExpToTrace(regExp);
#endif
- weakAdd(m_weakCache, key, PassWeak<RegExp>(regExp, this));
+ weakAdd(m_weakCache, key, Weak<RegExp>(regExp, this));
return regExp;
}