| Index: Source/bindings/v8/V8MutationCallback.h
|
| diff --git a/Source/bindings/v8/V8MutationCallback.h b/Source/bindings/v8/V8MutationCallback.h
|
| index 8cc559001570d53ebc2c6bf476587077e0506b72..b2f5b2b8f61073f78e5e539a14f47a26cda6a670 100644
|
| --- a/Source/bindings/v8/V8MutationCallback.h
|
| +++ b/Source/bindings/v8/V8MutationCallback.h
|
| @@ -46,7 +46,7 @@ public:
|
| return adoptPtr(new V8MutationCallback(callback, context, owner, isolate));
|
| }
|
|
|
| - virtual void call(const Vector<RefPtr<MutationRecord> >&, MutationObserver*) OVERRIDE;
|
| + virtual void call(const WillBeHeapVector<RefPtrWillBeMember<MutationRecord> >&, MutationObserver*) OVERRIDE;
|
| virtual ExecutionContext* executionContext() const OVERRIDE { return ContextLifecycleObserver::executionContext(); }
|
|
|
| private:
|
|
|