mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 677079 - Part e: Move js_GetSCOffset to jsfriendapi.h; r=luke
This commit is contained in:
parent
dc850b4531
commit
dc4d4e78ee
@ -41,7 +41,8 @@
|
||||
|
||||
#include "nsIJSContextStack.h"
|
||||
|
||||
#include "jsclone.h"
|
||||
#include "jscntxt.h" // structuredCloneCallbacks
|
||||
#include "jsfriendapi.h"
|
||||
#include "mozilla/dom/StructuredCloneTags.h"
|
||||
#include "mozilla/storage.h"
|
||||
#include "nsCharSeparatedTokenizer.h"
|
||||
|
@ -46,9 +46,6 @@
|
||||
#include "js/HashTable.h"
|
||||
#include "js/Vector.h"
|
||||
|
||||
JS_FRIEND_API(uint64_t)
|
||||
js_GetSCOffset(JSStructuredCloneWriter* writer);
|
||||
|
||||
namespace js {
|
||||
|
||||
bool
|
||||
|
@ -527,4 +527,9 @@ typedef enum JSErrNum {
|
||||
extern JS_FRIEND_API(const JSErrorFormatString *)
|
||||
js_GetErrorMessage(void *userRef, const char *locale, const uintN errorNumber);
|
||||
|
||||
/* Implemented in jsclone.cpp. */
|
||||
|
||||
extern JS_FRIEND_API(uint64_t)
|
||||
js_GetSCOffset(JSStructuredCloneWriter* writer);
|
||||
|
||||
#endif /* jsfriendapi_h___ */
|
||||
|
Loading…
Reference in New Issue
Block a user