Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: trunk/Source/wtf/text/TextEncoding.h

Issue 26184004: Revert 158972 "Canonical name change: windows-949 => EUC-KR" (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/Source/wtf/text/TextCodecICU.cpp ('k') | trunk/Source/wtf/text/TextEncoding.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « trunk/Source/wtf/text/TextCodecICU.cpp ('k') | trunk/Source/wtf/text/TextEncoding.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698