| Index: Source/bindings/core/v8/WindowProxy.h
|
| diff --git a/Source/bindings/core/v8/WindowProxy.h b/Source/bindings/core/v8/WindowProxy.h
|
| index 6c6368e52e36a139cd5dc9565d69f61e4a4847d0..1f9c8abf229ac6a38d9860891e40a3f6cd72ec0b 100644
|
| --- a/Source/bindings/core/v8/WindowProxy.h
|
| +++ b/Source/bindings/core/v8/WindowProxy.h
|
| @@ -71,6 +71,8 @@ public:
|
| // (e.g., after setting docoument.domain).
|
| void updateSecurityOrigin(SecurityOrigin*);
|
|
|
| + void setSecurityToken(SecurityOrigin*);
|
| +
|
| bool isContextInitialized() { return m_scriptState && !!m_scriptState->perContextData(); }
|
| bool isGlobalInitialized() { return !m_global.isEmpty(); }
|
|
|
| @@ -94,8 +96,6 @@ private:
|
| };
|
| void disposeContext(GlobalDetachmentBehavior);
|
|
|
| - void setSecurityToken(SecurityOrigin*);
|
| -
|
| // 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.
|
|
|