Skip to content

Commit

Permalink
Bug 1303517 - File CTOR for chrome must be fully thread-safe, r=bz
Browse files Browse the repository at this point in the history
  • Loading branch information
bakulf committed Sep 19, 2016
1 parent 94c559b commit 34db86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/base/MultipartBlobImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ MultipartBlobImpl::InitializeChromeFile(Blob& aBlob,
return;
}

MOZ_ASSERT(nsContentUtils::IsCallerChrome());
MOZ_ASSERT(nsContentUtils::ThreadsafeIsCallerChrome());

mName = aBag.mName;
mContentType = aBag.mType;
Expand Down

0 comments on commit 34db86e

Please sign in to comment.