| Index: Source/bindings/core/v8/ScriptWrappable.h
|
| diff --git a/Source/bindings/core/v8/ScriptWrappable.h b/Source/bindings/core/v8/ScriptWrappable.h
|
| index f52e55a9857be76fd4758ba9450e1d01626166f2..384939405930e497008cc96d4e3ee8174501c8d8 100644
|
| --- a/Source/bindings/core/v8/ScriptWrappable.h
|
| +++ b/Source/bindings/core/v8/ScriptWrappable.h
|
| @@ -140,7 +140,7 @@ public:
|
| }
|
|
|
| bool containsWrapper() const { return !m_wrapper.IsEmpty(); }
|
| -
|
| + virtual bool hasPendingActivity() const { return false; }
|
| #if !ENABLE(OILPAN)
|
| protected:
|
| virtual ~ScriptWrappable()
|
|
|