Prune some #includes from DOMWindow.h
Created attachment 91867 [details] Patch
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!
> You promised to remove this function a lot time ago! If only you could feel my guilt.
Attachment 91867 [details] did not build on chromium: Build output: http://queues.webkit.org/results/8525755
Attachment 91867 [details] did not build on qt: Build output: http://queues.webkit.org/results/8531500
Attachment 91867 [details] did not build on chromium: Build output: http://queues.webkit.org/results/8526596
Created attachment 91880 [details] Patch
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!
Committed r85484: <http://trac.webkit.org/changeset/85484>