| 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();
|
|
|