Chromium Code Reviews| Index: trunk/Source/wtf/text/TextEncoding.h |
| =================================================================== |
| --- trunk/Source/wtf/text/TextEncoding.h (revision 159022) |
| +++ trunk/Source/wtf/text/TextEncoding.h (working copy) |
| @@ -41,6 +41,7 @@ |
| 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; |