| Index: third_party/WebKit/Source/core/frame/DOMWindow.h
|
| diff --git a/third_party/WebKit/Source/core/frame/DOMWindow.h b/third_party/WebKit/Source/core/frame/DOMWindow.h
|
| index f8bedc427a4b9520698f61e86554c7496bf4159b..7c2a6e4c314b1561cef0da2fa35a9ccbe447ade0 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMWindow.h
|
| +++ b/third_party/WebKit/Source/core/frame/DOMWindow.h
|
| @@ -184,8 +184,8 @@ public:
|
|
|
| void postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray*, const String& targetOrigin, LocalDOMWindow* source, ExceptionState&);
|
|
|
| - String sanitizedCrossDomainAccessErrorMessage(LocalDOMWindow* callingWindow);
|
| - String crossDomainAccessErrorMessage(LocalDOMWindow* callingWindow);
|
| + String sanitizedCrossDomainAccessErrorMessage(const LocalDOMWindow* callingWindow) const;
|
| + String crossDomainAccessErrorMessage(const LocalDOMWindow* callingWindow) const;
|
| bool isInsecureScriptAccess(LocalDOMWindow& callingWindow, const String& urlString);
|
|
|
| // FIXME: When this DOMWindow is no longer the active DOMWindow (i.e.,
|
|
|