RESOLVED FIXED Bug 59907
Prune some #includes from DOMWindow.h
https://bugs.webkit.org/show_bug.cgi?id=59907
Summary Prune some #includes from DOMWindow.h
Sam Weinig
Reported 2011-05-01 18:15:39 PDT
Prune some #includes from DOMWindow.h
Attachments
Patch (12.67 KB, patch)
2011-05-01 18:21 PDT, Sam Weinig
no flags
Patch (13.56 KB, patch)
2011-05-01 22:08 PDT, Sam Weinig
abarth: review+
Sam Weinig
Comment 1 2011-05-01 18:21:41 PDT
Adam Barth
Comment 2 2011-05-01 18:23:43 PDT
Comment on attachment 91867 [details] Patch 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!
Sam Weinig
Comment 3 2011-05-01 18:25:03 PDT
> You promised to remove this function a lot time ago! If only you could feel my guilt.
WebKit Review Bot
Comment 4 2011-05-01 18:28:48 PDT
Early Warning System Bot
Comment 5 2011-05-01 18:35:30 PDT
WebKit Review Bot
Comment 6 2011-05-01 20:18:58 PDT
Sam Weinig
Comment 7 2011-05-01 22:08:35 PDT
Adam Barth
Comment 8 2011-05-01 22:12:11 PDT
Comment on attachment 91880 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=91880&action=review I support this product and/or service. > Source/WebCore/ChangeLog:8 > + No new tests. (OOPS!) OOPS!
Sam Weinig
Comment 9 2011-05-02 10:35:17 PDT
Note You need to log in before you can comment on or make changes to this bug.