Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/WindowProxy.h

Issue 2612953003: Remove the declaration of WindowProxy::updateDocumentWrapper (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698