| Index: third_party/WebKit/Source/bindings/core/v8/V8MutationCallback.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8MutationCallback.cpp b/third_party/WebKit/Source/bindings/core/v8/V8MutationCallback.cpp
|
| index 89eadb586dc01fbfd6093fe24e2b542cbaa92595..8460fdfa9cd20ae3ffb2f3736bd806251ed720e9 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8MutationCallback.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8MutationCallback.cpp
|
| @@ -48,7 +48,7 @@ V8MutationCallback::~V8MutationCallback()
|
| {
|
| }
|
|
|
| -void V8MutationCallback::call(const WillBeHeapVector<RefPtrWillBeMember<MutationRecord>>& mutations, MutationObserver* observer)
|
| +void V8MutationCallback::call(const HeapVector<Member<MutationRecord>>& mutations, MutationObserver* observer)
|
| {
|
| if (!canInvokeCallback())
|
| return;
|
|
|