diff options
Diffstat (limited to 'WebCore/platform/text/TextEncoding.h')
-rw-r--r-- | WebCore/platform/text/TextEncoding.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/platform/text/TextEncoding.h b/WebCore/platform/text/TextEncoding.h index b3909f7..a99bfc8 100644 --- a/WebCore/platform/text/TextEncoding.h +++ b/WebCore/platform/text/TextEncoding.h @@ -42,6 +42,7 @@ namespace WebCore { bool isValid() const { return m_name; } const char* name() const { return m_name; } + const char* domName() const; // name exposed via DOM bool usesVisualOrdering() const; bool isJapanese() const; |