| OLD | NEW |
| 1 // -*- mode: c++; c-basic-offset: 4 -*- | 1 // -*- mode: c++; c-basic-offset: 4 -*- |
| 2 /* | 2 /* |
| 3 * Copyright (C) 2003, 2006 Apple Computer, Inc. All rights reserved. | 3 * Copyright (C) 2003, 2006 Apple Computer, Inc. All rights reserved. |
| 4 * Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com> | 4 * Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com> |
| 5 * | 5 * |
| 6 * Redistribution and use in source and binary forms, with or without | 6 * Redistribution and use in source and binary forms, with or without |
| 7 * modification, are permitted provided that the following conditions | 7 * modification, are permitted provided that the following conditions |
| 8 * are met: | 8 * are met: |
| 9 * 1. Redistributions of source code must retain the above copyright | 9 * 1. Redistributions of source code must retain the above copyright |
| 10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 | 130 |
| 131 Frame* m_frame; | 131 Frame* m_frame; |
| 132 int m_originPid; | 132 int m_originPid; |
| 133 ResourceType::Type m_resourceType; | 133 ResourceType::Type m_resourceType; |
| 134 CString m_securityInfo; | 134 CString m_securityInfo; |
| 135 }; | 135 }; |
| 136 | 136 |
| 137 } // namespace WebCore | 137 } // namespace WebCore |
| 138 | 138 |
| 139 #endif // ResourceRequest_h | 139 #endif // ResourceRequest_h |
| OLD | NEW |