Index: Source/core/dom/DOMException.h |
diff --git a/Source/core/dom/DOMException.h b/Source/core/dom/DOMException.h |
index 825cf50338c735f4bad643e3242bcaa330c35d02..ade90d63abfc3dfeb2266939ed9c46ff029c9c94 100644 |
--- a/Source/core/dom/DOMException.h |
+++ b/Source/core/dom/DOMException.h |
@@ -55,7 +55,6 @@ public: |
static String getErrorName(ExceptionCode); |
static String getErrorMessage(ExceptionCode); |
- static unsigned short getLegacyErrorCode(ExceptionCode); |
private: |
DOMException(unsigned short m_code, const String& name, const String& sanitizedMessage, const String& unsanitizedMessage); |