| Index: Source/wtf/text/TextEncoding.h
|
| diff --git a/Source/wtf/text/TextEncoding.h b/Source/wtf/text/TextEncoding.h
|
| index 2830ac7ba6c7893095a13fad37806f97be891aa0..c5a44e8f2cac03bccbc6c7c2a3f8d92a97c017e2 100644
|
| --- a/Source/wtf/text/TextEncoding.h
|
| +++ b/Source/wtf/text/TextEncoding.h
|
| @@ -41,7 +41,6 @@ public:
|
|
|
| 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;
|
|
|
|
|