| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. | 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. |
| 3 * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies) | 3 * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies) |
| 4 * | 4 * |
| 5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
| 6 * modification, are permitted provided that the following conditions | 6 * modification, are permitted provided that the following conditions |
| 7 * are met: | 7 * are met: |
| 8 * | 8 * |
| 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 5267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5278 removeAllLowBandwidthDisplayRequests(); | 5278 removeAllLowBandwidthDisplayRequests(); |
| 5279 m_pendingSourceInLowBandwidthDisplay = String(); | 5279 m_pendingSourceInLowBandwidthDisplay = String(); |
| 5280 m_finishedParsingDuringLowBandwidthDisplay = false; | 5280 m_finishedParsingDuringLowBandwidthDisplay = false; |
| 5281 m_needToSwitchOutLowBandwidthDisplay = false; | 5281 m_needToSwitchOutLowBandwidthDisplay = false; |
| 5282 } | 5282 } |
| 5283 } | 5283 } |
| 5284 } | 5284 } |
| 5285 | 5285 |
| 5286 #endif | 5286 #endif |
| 5287 | 5287 |
| 5288 void FrameLoader::unloadListenerChanged() { | |
| 5289 m_client->unloadListenerChanged(); | |
| 5290 } | |
| 5291 | |
| 5292 } // namespace WebCore | 5288 } // namespace WebCore |
| OLD | NEW |