| Index: Source/core/editing/HTMLInterchange.h
|
| diff --git a/Source/core/editing/HTMLInterchange.h b/Source/core/editing/HTMLInterchange.h
|
| index 5aaa34557934981f05356a10f7b5691137dc77ab..8e36b79825888a0aabab3ad11c6ebe6a694a95d1 100644
|
| --- a/Source/core/editing/HTMLInterchange.h
|
| +++ b/Source/core/editing/HTMLInterchange.h
|
| @@ -38,7 +38,7 @@ class Text;
|
| #define AppleStyleSpanClass "Apple-style-span"
|
| #define AppleTabSpanClass "Apple-tab-span"
|
|
|
| -enum EAnnotateForInterchange { DoNotAnnotateForInterchange, AnnotateForInterchange, AnnotateForNavigationTransition };
|
| +enum EAnnotateForInterchange { DoNotAnnotateForInterchange, AnnotateForInterchange };
|
|
|
| String convertHTMLTextToInterchangeFormat(const String&, const Text&);
|
|
|
|
|