| Index: Source/core/dom/DOMImplementation.h
|
| diff --git a/Source/core/dom/DOMImplementation.h b/Source/core/dom/DOMImplementation.h
|
| index 687a545aa3ac26972621100bd10e012e553b5b66..a5fe6108e1f47ffb319ebae9300bc869480e325e 100644
|
| --- a/Source/core/dom/DOMImplementation.h
|
| +++ b/Source/core/dom/DOMImplementation.h
|
| @@ -69,7 +69,7 @@ public:
|
| static bool isTextMIMEType(const String&);
|
| static bool isJSONMIMEType(const String&);
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| private:
|
| explicit DOMImplementation(Document&);
|
|
|