| Index: Source/bindings/core/v8/ScriptSourceCode.h
|
| diff --git a/Source/bindings/core/v8/ScriptSourceCode.h b/Source/bindings/core/v8/ScriptSourceCode.h
|
| index 3189ebf325a8de7d1974200dfbb0f1d684888cad..08a3e9151ff5635433dbf5fbcdf530209b83800f 100644
|
| --- a/Source/bindings/core/v8/ScriptSourceCode.h
|
| +++ b/Source/bindings/core/v8/ScriptSourceCode.h
|
| @@ -55,7 +55,7 @@ public:
|
| ScriptSourceCode(PassRefPtrWillBeRawPtr<ScriptStreamer>, ScriptResource*);
|
|
|
| ~ScriptSourceCode();
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| bool isEmpty() const { return m_source.isEmpty(); }
|
|
|
|
|