mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1134920 drive-by comment fix. DONTBUILD
This commit is contained in:
parent
f87c951071
commit
1c868d3dcf
@ -231,7 +231,7 @@ nsPrimitiveHelpers :: ConvertPlatformPlainTextToUnicode ( const char* inText, in
|
||||
// be reallocated regardless (disposing the old buffer is taken care of internally, see
|
||||
// the note below).
|
||||
//
|
||||
// NOTE: this assumes that it can use nsMemory to dispose of the old buffer.
|
||||
// NOTE: this assumes that it can use 'free' to dispose of the old buffer.
|
||||
//
|
||||
nsresult
|
||||
nsLinebreakHelpers :: ConvertPlatformToDOMLinebreaks ( const char* inFlavor, void** ioData,
|
||||
|
@ -56,7 +56,7 @@ public:
|
||||
// be reallocated regardless (disposing the old buffer is taken care of internally, see
|
||||
// the note below).
|
||||
//
|
||||
// NOTE: this assumes that it can use nsMemory to dispose of the old buffer.
|
||||
// NOTE: this assumes that it can use 'free' to dispose of the old buffer.
|
||||
static nsresult ConvertPlatformToDOMLinebreaks ( const char* inFlavor, void** ioData, int32_t* ioLengthInBytes ) ;
|
||||
|
||||
}; // class nsLinebreakHelpers
|
||||
|
Loading…
Reference in New Issue
Block a user