OLD | NEW |
1 // -*- mode: c++; c-basic-offset: 4 -*- | 1 // -*- mode: c++; c-basic-offset: 4 -*- |
2 /* | 2 /* |
3 * Copyright (C) 2006 Apple Computer, Inc. All rights reserved. | 3 * Copyright (C) 2006 Apple Computer, Inc. All rights reserved. |
4 * Copyright (C) 2008 Google, Inc. | 4 * Copyright (C) 2008 Google, Inc. |
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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 { | 43 { |
44 } | 44 } |
45 | 45 |
46 private: | 46 private: |
47 friend class ResourceErrorBase; | 47 friend class ResourceErrorBase; |
48 }; | 48 }; |
49 | 49 |
50 } // namespace WebCore | 50 } // namespace WebCore |
51 | 51 |
52 #endif // ResourceError_h_ | 52 #endif // ResourceError_h_ |
OLD | NEW |