mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 02:48:48 +00:00
timing js deserialization in timeline builds
This commit is contained in:
parent
d91380c1b4
commit
8dcee0aad3
@ -146,6 +146,7 @@
|
||||
|
||||
#include "nsISizeOfHandler.h"
|
||||
#include "nsReadableUtils.h"
|
||||
#include "nsITimelineService.h"
|
||||
|
||||
class nsIWebShell;
|
||||
|
||||
@ -4965,6 +4966,7 @@ nsresult
|
||||
nsXULPrototypeScript::Deserialize(nsIObjectInputStream* aStream,
|
||||
nsIScriptContext* aContext)
|
||||
{
|
||||
NS_TIMELINE_MARK_FUNCTION("chrome js deserialize");
|
||||
nsresult rv;
|
||||
|
||||
NS_ASSERTION(!mSrcLoading || mSrcLoadWaiters != nsnull || !mJSObject,
|
||||
|
Loading…
x
Reference in New Issue
Block a user