| Index: third_party/WebKit/Source/platform/text/TextRunIterator.h
|
| diff --git a/third_party/WebKit/Source/platform/text/TextRunIterator.h b/third_party/WebKit/Source/platform/text/TextRunIterator.h
|
| index 4203351c176e966049e860ccb85db48c31ea6901..204e9a9da40da1d477d4826def9518fcca2f46c9 100644
|
| --- a/third_party/WebKit/Source/platform/text/TextRunIterator.h
|
| +++ b/third_party/WebKit/Source/platform/text/TextRunIterator.h
|
| @@ -30,10 +30,12 @@
|
| #define TextRunIterator_h
|
|
|
| #include "platform/text/TextRun.h"
|
| +#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| class TextRunIterator {
|
| + DISALLOW_NEW();
|
| public:
|
| TextRunIterator()
|
| : m_textRun(0)
|
|
|