| Index: sky/engine/core/dom/DOMException.h
|
| diff --git a/sky/engine/core/dom/DOMException.h b/sky/engine/core/dom/DOMException.h
|
| index 9c894936f19ff931c0bcfe956dc234c04824a49c..74deeb86703cda89798ed1a04b2eb8e99091a42a 100644
|
| --- a/sky/engine/core/dom/DOMException.h
|
| +++ b/sky/engine/core/dom/DOMException.h
|
| @@ -58,8 +58,6 @@ public:
|
| static String getErrorName(ExceptionCode);
|
| static String getErrorMessage(ExceptionCode);
|
|
|
| - void trace(Visitor*) { }
|
| -
|
| private:
|
| DOMException(unsigned short m_code, const String& name, const String& sanitizedMessage, const String& unsanitizedMessage);
|
|
|
|
|