Index: Source/core/editing/MarkupAccumulator.h |
diff --git a/Source/core/editing/MarkupAccumulator.h b/Source/core/editing/MarkupAccumulator.h |
index 91a0dad50b4211fc72bda4a95ecf49802fbf96ad..1670b18f8af721166a18c82678f42aec4db848a9 100644 |
--- a/Source/core/editing/MarkupAccumulator.h |
+++ b/Source/core/editing/MarkupAccumulator.h |
@@ -53,8 +53,8 @@ enum EntityMask { |
EntityMaskInCDATA = 0, |
EntityMaskInPCDATA = EntityAmp | EntityLt | EntityGt, |
EntityMaskInHTMLPCDATA = EntityMaskInPCDATA | EntityNbsp, |
- EntityMaskInAttributeValue = EntityAmp | EntityLt | EntityGt | EntityQuot, |
- EntityMaskInHTMLAttributeValue = EntityMaskInAttributeValue | EntityNbsp, |
+ EntityMaskInAttributeValue = EntityAmp | EntityQuot | EntityLt | EntityGt, |
+ EntityMaskInHTMLAttributeValue = EntityAmp | EntityQuot | EntityNbsp, |
}; |
struct EntityDescription { |