| Index: third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| index c54268d3e793797ac3b5e98791ee3a7a75123031..9fa59ab2629614ed98021b15738f1c8277cd1f6b 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| @@ -78,7 +78,6 @@ class WindowProxy final : public GarbageCollectedFinalized<WindowProxy> {
|
| bool isGlobalInitialized() { return !m_globalProxy.isEmpty(); }
|
|
|
| void initializeIfNeeded();
|
| - void updateDocumentWrapper(v8::Local<v8::Object> wrapper);
|
|
|
| void clearForNavigation();
|
| void clearForClose();
|
|
|