[webkit-reviews] review granted: [Bug 59907] Prune some #includes from DOMWindow.h : [Attachment 91867] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 1 18:23:42 PDT 2011


Adam Barth <abarth at webkit.org> has granted Sam Weinig <sam at webkit.org>'s
request for review:
Bug 59907: Prune some #includes from DOMWindow.h
https://bugs.webkit.org/show_bug.cgi?id=59907

Attachment 91867: Patch
https://bugs.webkit.org/attachment.cgi?id=91867&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=91867&action=review

> Source/WebCore/page/DOMWindow.h:98
> -	   void setSecurityOrigin(SecurityOrigin* securityOrigin) {
m_securityOrigin = securityOrigin; }
> +	   void setSecurityOrigin(SecurityOrigin*);

You promised to remove this function a lot time ago!


More information about the webkit-reviews mailing list