Skip to content

Commit

Permalink
Bug 1264566 followup - Fix build on VS2015u3.
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: Bi58Q1NCQD
  • Loading branch information
upsuper committed Jul 25, 2016
1 parent 4b1b00a commit 8d8f13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipc/glue/FileDescriptor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ FileDescriptor::PlatformHandleHelper::operator!=(std::nullptr_t) const
return mHandle != INVALID_HANDLE;
}

FileDescriptor::PlatformHandleHelper::operator PlatformHandleType () const
FileDescriptor::PlatformHandleHelper::operator FileDescriptor::PlatformHandleType () const
{
return mHandle;
}
Expand Down

0 comments on commit 8d8f13a

Please sign in to comment.