mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 17:23:59 +00:00
Change a comment in a patch for bug 605362, so I can add a=blocking-fennec
This commit is contained in:
parent
5c7d3456fb
commit
198322446f
@ -121,9 +121,9 @@ protected:
|
|||||||
void Destroyed();
|
void Destroyed();
|
||||||
|
|
||||||
// The size of the shmem region requested in Create(), if
|
// The size of the shmem region requested in Create(), if
|
||||||
// successful. SharedMemorys that are opened from a foreign handle
|
// successful. SharedMemory instances that are opened from a
|
||||||
// have an alloc size of 0, even though they have access to the
|
// foreign handle have an alloc size of 0, even though they have
|
||||||
// alloc-size information.
|
// access to the alloc-size information.
|
||||||
size_t mAllocSize;
|
size_t mAllocSize;
|
||||||
// The size of the region mapped in Map(), if successful. All
|
// The size of the region mapped in Map(), if successful. All
|
||||||
// SharedMemorys that are mapped have a non-zero mapped size.
|
// SharedMemorys that are mapped have a non-zero mapped size.
|
||||||
|
Loading…
Reference in New Issue
Block a user