| Index: third_party/WebKit/Source/bindings/core/v8/WindowProxyManager.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/WindowProxyManager.h b/third_party/WebKit/Source/bindings/core/v8/WindowProxyManager.h
|
| index 10610fe69493706c3279da5ee818420d0eccd045..e785aff91e4b21695a72637a0407f71273d9c028 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/WindowProxyManager.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/WindowProxyManager.h
|
| @@ -38,9 +38,6 @@ class CORE_EXPORT WindowProxyManager final
|
| // the security origin of the context for each isolated world.
|
| void updateSecurityOrigin(SecurityOrigin*);
|
|
|
| - // For devtools:
|
| - WindowProxy* existingWindowProxy(DOMWrapperWorld&);
|
| -
|
| void releaseGlobals(HashMap<DOMWrapperWorld*, v8::Local<v8::Object>>&);
|
| void setGlobals(const HashMap<DOMWrapperWorld*, v8::Local<v8::Object>>&);
|
|
|
|
|