mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 806503: Add a semicolon. r=me
This commit is contained in:
parent
337c0129cf
commit
4161cc0a22
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user