| Index: third_party/WebKit/Source/core/editing/serializers/MarkupFormatter.h
|
| diff --git a/third_party/WebKit/Source/core/editing/serializers/MarkupFormatter.h b/third_party/WebKit/Source/core/editing/serializers/MarkupFormatter.h
|
| index f47b5262058250922cccc8ae412835d2915c801b..483e1e6988fe03392d2a026f9993f4e83ed5d481 100644
|
| --- a/third_party/WebKit/Source/core/editing/serializers/MarkupFormatter.h
|
| +++ b/third_party/WebKit/Source/core/editing/serializers/MarkupFormatter.h
|
| @@ -59,10 +59,9 @@ enum EntityMask {
|
| kEntityMaskInCDATA = 0,
|
| kEntityMaskInPCDATA = kEntityAmp | kEntityLt | kEntityGt,
|
| kEntityMaskInHTMLPCDATA = kEntityMaskInPCDATA | kEntityNbsp,
|
| - kEntityMaskInAttributeValue =
|
| - kEntityAmp | kEntityQuot | kEntityLt | kEntityGt | kEntityTab |
|
| - kEntityLineFeed |
|
| - kEntityCarriageReturn,
|
| + kEntityMaskInAttributeValue = kEntityAmp | kEntityQuot | kEntityLt |
|
| + kEntityGt | kEntityTab | kEntityLineFeed |
|
| + kEntityCarriageReturn,
|
| kEntityMaskInHTMLAttributeValue = kEntityAmp | kEntityQuot | kEntityNbsp,
|
| };
|
|
|
|
|