Index: Source/modules/encoding/TextDecoder.h |
diff --git a/Source/modules/encoding/TextDecoder.h b/Source/modules/encoding/TextDecoder.h |
index d03128be6ea19f0b5bc46a67b9bd29dc6e62379b..9b9857ee1f4b1d851709029979314756dd7774ec 100644 |
--- a/Source/modules/encoding/TextDecoder.h |
+++ b/Source/modules/encoding/TextDecoder.h |
@@ -50,6 +50,8 @@ public: |
// Implement the IDL |
String encoding() const; |
+ bool fatal() const { return m_fatal; } |
+ bool ignoreBOM() const { return m_ignoreBOM; } |
String decode(ArrayBufferView*, const Dictionary&, ExceptionState&); |
String decode(ExceptionState& exceptionState) { return decode(0, Dictionary(), exceptionState); } |