diff options
Diffstat (limited to 'WebCore/platform/text/TextCodecLatin1.h')
-rw-r--r-- | WebCore/platform/text/TextCodecLatin1.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/platform/text/TextCodecLatin1.h b/WebCore/platform/text/TextCodecLatin1.h index 46d6e66..f035d01 100644 --- a/WebCore/platform/text/TextCodecLatin1.h +++ b/WebCore/platform/text/TextCodecLatin1.h @@ -35,8 +35,8 @@ namespace WebCore { static void registerEncodingNames(EncodingNameRegistrar); static void registerCodecs(TextCodecRegistrar); - virtual String decode(const char*, size_t length, bool flush = false); - virtual CString encode(const UChar*, size_t length, bool allowEntities = false); + virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError); + virtual CString encode(const UChar*, size_t length, UnencodableHandling); }; } // namespace WebCore |