Exact stack rooting for WriteStructuredClone and functions that use it.

Refs #2415

This was SVN commit r15607.
This commit is contained in:
Yves
2014-08-03 19:32:39 +00:00
parent f4d62152e7
commit efb889b79a
7 changed files with 61 additions and 22 deletions
+1 -1
View File
@@ -388,7 +388,7 @@ public:
size_t m_Size;
};
shared_ptr<StructuredClone> WriteStructuredClone(jsval v);
shared_ptr<StructuredClone> WriteStructuredClone(JS::HandleValue v);
void ReadStructuredClone(const shared_ptr<StructuredClone>& ptr, JS::MutableHandleValue ret);
/**