Exact stack rooting for ScriptInterface::FreezeObject.

Refs #2415

This was SVN commit r15622.
This commit is contained in:
Yves
2014-08-08 11:59:49 +00:00
parent 7471662ddc
commit 9872f5741f
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -258,7 +258,7 @@ public:
bool SetPrototype(JS::HandleValue obj, JS::HandleValue proto);
bool FreezeObject(jsval obj, bool deep);
bool FreezeObject(JS::HandleValue objVal, bool deep);
bool Eval(const char* code);