Index: Source/bindings/core/v8/custom/V8MutationObserverCustom.cpp |
diff --git a/Source/bindings/core/v8/custom/V8MutationObserverCustom.cpp b/Source/bindings/core/v8/custom/V8MutationObserverCustom.cpp |
index b9100f16ac63abf68894db6f077371179339b0f5..2f26335b648e16ffd87ecee978fa86e4044b54be 100644 |
--- a/Source/bindings/core/v8/custom/V8MutationObserverCustom.cpp |
+++ b/Source/bindings/core/v8/custom/V8MutationObserverCustom.cpp |
@@ -67,7 +67,7 @@ void V8MutationObserver::constructorCustom(const v8::FunctionCallbackInfo<v8::Va |
info.GetReturnValue().Set(wrapper); |
} |
-void V8MutationObserver::visitDOMWrapper(ScriptWrappableBase* scriptWrappableBase, const v8::Persistent<v8::Object>& wrapper, v8::Isolate* isolate) |
+void V8MutationObserver::visitDOMWrapper(v8::Isolate* isolate, ScriptWrappableBase* scriptWrappableBase, const v8::Persistent<v8::Object>& wrapper) |
{ |
MutationObserver* observer = scriptWrappableBase->toImpl<MutationObserver>(); |
WillBeHeapHashSet<RawPtrWillBeMember<Node> > observedNodes = observer->getObservedNodes(); |