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

Unified Diff: sky/engine/bindings/core/v8/WindowProxy.h

Issue 863253002: Update from https://crrev.com/312600 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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
Index: sky/engine/bindings/core/v8/WindowProxy.h
diff --git a/sky/engine/bindings/core/v8/WindowProxy.h b/sky/engine/bindings/core/v8/WindowProxy.h
index 68e71231ecff41bcf710e52161ce956575ab8e3e..f6a24fe66ed7d93b073970a2ef6507cefe01ba10 100644
--- a/sky/engine/bindings/core/v8/WindowProxy.h
+++ b/sky/engine/bindings/core/v8/WindowProxy.h
@@ -84,10 +84,8 @@ private:
// The JavaScript wrapper for the document object is cached on the global
// object for fast access. UpdateDocumentProperty sets the wrapper
- // for the current document on the global object. ClearDocumentProperty
- // deletes the document wrapper from the global object.
+ // for the current document on the global object.
void updateDocumentProperty();
- void clearDocumentProperty();
void createContext();
bool installDOMWindow();

Powered by Google App Engine
This is Rietveld 408576698