Index: Source/core/editing/HTMLInterchange.h |
diff --git a/Source/core/editing/HTMLInterchange.h b/Source/core/editing/HTMLInterchange.h |
index a4d484c91504fc96a828d148806bb84f4be8696d..0997af4e07a1868b5f96c63e481b19b59a1bdfca 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 }; |
+enum EAnnotateForInterchange { DoNotAnnotateForInterchange, AnnotateForInterchange, AnnotateForNavigationTransition }; |
String convertHTMLTextToInterchangeFormat(const String&, const Text&); |