| Index: Source/modules/encoding/TextDecoder.h
|
| diff --git a/Source/modules/encoding/TextDecoder.h b/Source/modules/encoding/TextDecoder.h
|
| index 44ab0a642167b700803d393f02cf2bf2afca16f8..73a9c64d75d11fa0ad339de2fc6cf851ab2ae3f1 100644
|
| --- a/Source/modules/encoding/TextDecoder.h
|
| +++ b/Source/modules/encoding/TextDecoder.h
|
| @@ -50,7 +50,7 @@ public:
|
| // Implement the IDL
|
| String encoding() const;
|
| String decode(ArrayBufferView*, const Dictionary&, ExceptionState&);
|
| - String decode(ExceptionState& es) { return decode(0, Dictionary(), es); }
|
| + String decode(ExceptionState& exceptionState) { return decode(0, Dictionary(), exceptionState); }
|
|
|
| using RefCounted<TextDecoder>::ref;
|
| using RefCounted<TextDecoder>::deref;
|
|
|