Bug 806503: Add a semicolon. r=me

This commit is contained in:
Kyle Huey 2013-01-10 08:28:34 -08:00
parent 337c0129cf
commit 4161cc0a22

View File

@ -1265,7 +1265,7 @@ Blob<ActorFlavor>::Create(const BlobConstructorParams& aParams)
const MultipartBlobOrFileConstructorParams& params =
aParams.get_MultipartBlobOrFileConstructorParams();
nsRefPtr<RemoteMultipartBlobType> file
nsRefPtr<RemoteMultipartBlobType> file;
bool isFile = false;
const BlobOrFileConstructorParams& internalParams =
params.constructorParams();