| 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 538fffb85092b626df22ded90b5f822e2e346f73..093a0e07fe1f36a5395ebc45fe5a008acdbda168 100644
|
| --- a/third_party/WebKit/Source/modules/encoding/TextEncoder.h
|
| +++ b/third_party/WebKit/Source/modules/encoding/TextEncoder.h
|
| @@ -33,8 +33,8 @@
|
|
|
| #include <memory>
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| +#include "core/dom/ArrayBufferViewHelpers.h"
|
| #include "core/dom/DOMTypedArray.h"
|
| -#include "core/dom/NotShared.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/text/TextCodec.h"
|
| #include "platform/wtf/text/TextEncoding.h"
|
|
|