Index: Source/core/dom/DOMException.h |
diff --git a/Source/core/dom/DOMException.h b/Source/core/dom/DOMException.h |
index 4153ce167819a552bd71bbb34d549f4fb5222efe..7a3d9cdbcd34eb81bd181f97763888011d53fd11 100644 |
--- a/Source/core/dom/DOMException.h |
+++ b/Source/core/dom/DOMException.h |
@@ -58,7 +58,7 @@ public: |
static String getErrorName(ExceptionCode); |
static String getErrorMessage(ExceptionCode); |
- void trace(Visitor*) { } |
+ DEFINE_INLINE_TRACE() { } |
private: |
DOMException(unsigned short m_code, const String& name, const String& sanitizedMessage, const String& unsanitizedMessage); |