| Index: Source/core/dom/PendingScript.h
|
| diff --git a/Source/core/dom/PendingScript.h b/Source/core/dom/PendingScript.h
|
| index 4df094a392526ea9b5cf9f817baa7b274b9eb0a3..1dbc6ebceaf92678593e82eee16365b25fa8ac18 100644
|
| --- a/Source/core/dom/PendingScript.h
|
| +++ b/Source/core/dom/PendingScript.h
|
| @@ -75,7 +75,7 @@ public:
|
| virtual void notifyFinished(Resource*);
|
| virtual void notifyAppendData(ScriptResource*);
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| ScriptSourceCode getSource(const KURL& documentURL, bool& errorOccurred) const;
|
|
|
|
|