| Index: Source/core/editing/MarkupAccumulator.h
|
| diff --git a/Source/core/editing/MarkupAccumulator.h b/Source/core/editing/MarkupAccumulator.h
|
| index e9d2a09c719dbad72f0bc574367e8a2cde435770..e6a923e0c402a1e0f5d10ccad026dc4f494b27e1 100644
|
| --- a/Source/core/editing/MarkupAccumulator.h
|
| +++ b/Source/core/editing/MarkupAccumulator.h
|
| @@ -57,12 +57,6 @@ enum EntityMask {
|
| EntityMaskInHTMLAttributeValue = EntityAmp | EntityQuot | EntityNbsp,
|
| };
|
|
|
| -struct EntityDescription {
|
| - UChar entity;
|
| - const String& reference;
|
| - EntityMask mask;
|
| -};
|
| -
|
| class MarkupAccumulator {
|
| WTF_MAKE_NONCOPYABLE(MarkupAccumulator);
|
|
|
|
|