summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/text/TextCodecUserDefined.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/text/TextCodecUserDefined.h')
-rw-r--r--WebCore/platform/text/TextCodecUserDefined.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/platform/text/TextCodecUserDefined.h b/WebCore/platform/text/TextCodecUserDefined.h
index 4fba907..d1b3160 100644
--- a/WebCore/platform/text/TextCodecUserDefined.h
+++ b/WebCore/platform/text/TextCodecUserDefined.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