| Index: third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h b/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h
|
| index ae7370137476015cd451ea31344416351a940445..fefc8faa59e26c001ef3871de00d0787ed1d176b 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h
|
| @@ -71,7 +71,7 @@ public:
|
|
|
| static bool isolatedWorldsExist() { return isolatedWorldCount; }
|
| static void allWorldsInMainThread(Vector<RefPtr<DOMWrapperWorld>>& worlds);
|
| - static void markWrappersInAllWorlds(ScriptWrappable*, v8::Isolate*);
|
| + static void markWrappersInAllWorlds(ScriptWrappable*, const WrapperVisitor*);
|
| static void setWrapperReferencesInAllWorlds(const v8::Persistent<v8::Object>& parent, ScriptWrappable*, v8::Isolate*);
|
|
|
| static DOMWrapperWorld& world(v8::Local<v8::Context> context)
|
|
|