| Index: third_party/WebKit/Source/modules/encoding/TextEncoder.h
|
| diff --git a/third_party/WebKit/Source/modules/encoding/TextEncoder.h b/third_party/WebKit/Source/modules/encoding/TextEncoder.h
|
| index d8cd44648017860c3ba6f8f6c6602e88430d754c..b33a44ef5d30af56e9a5ee69caad8f4da055f4f7 100644
|
| --- a/third_party/WebKit/Source/modules/encoding/TextEncoder.h
|
| +++ b/third_party/WebKit/Source/modules/encoding/TextEncoder.h
|
| @@ -51,7 +51,7 @@
|
|
|
| // Implement the IDL
|
| String encoding() const;
|
| - DOMUint8Array* encode(const String&);
|
| + PassRefPtr<DOMUint8Array> encode(const String&);
|
|
|
| DEFINE_INLINE_TRACE() { }
|
|
|
|
|