| 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 27c3cc108c190e22ac23d537aea3ef4124db51a8..6fa14ed0655649ab3af992b999a6a6178791c8ac 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h
|
| @@ -71,6 +71,7 @@ public:
|
| static bool isolatedWorldsExist() { return isolatedWorldCount; }
|
| static void allWorldsInMainThread(Vector<RefPtr<DOMWrapperWorld>>& worlds);
|
| static void markWrappersInAllWorlds(ScriptWrappable*, v8::Isolate*);
|
| + static void setWrapperReferencesInAllWorlds(const v8::Persistent<v8::Object>& parent, ScriptWrappable*, v8::Isolate*);
|
|
|
| static DOMWrapperWorld& world(v8::Local<v8::Context> context)
|
| {
|
|
|