| Index: Source/core/workers/WorkerLocation.cpp
 | 
| diff --git a/Source/platform/fonts/FontData.cpp b/Source/core/workers/WorkerLocation.cpp
 | 
| similarity index 91%
 | 
| copy from Source/platform/fonts/FontData.cpp
 | 
| copy to Source/core/workers/WorkerLocation.cpp
 | 
| index e6c02faab9c90bf4b006014cd9b8a8bcbb9b56a9..3136312c2443624d96fcaede286d42208d6cec87 100644
 | 
| --- a/Source/platform/fonts/FontData.cpp
 | 
| +++ b/Source/core/workers/WorkerLocation.cpp
 | 
| @@ -1,5 +1,5 @@
 | 
|  /*
 | 
| - * Copyright (C) 2008 Apple Inc. All rights reserved.
 | 
| + * Copyright (C) 2008 Apple Inc. All Rights Reserved.
 | 
|   *
 | 
|   * Redistribution and use in source and binary forms, with or without
 | 
|   * modification, are permitted provided that the following conditions
 | 
| @@ -21,15 +21,14 @@
 | 
|   * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 | 
|   * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 | 
|   * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 | 
| + *
 | 
|   */
 | 
|  
 | 
|  #include "config.h"
 | 
| -#include "platform/fonts/FontData.h"
 | 
| +#include "core/workers/WorkerLocation.h"
 | 
|  
 | 
|  namespace WebCore {
 | 
|  
 | 
| -FontData::~FontData()
 | 
| -{
 | 
| -}
 | 
| +DEFINE_GC_INFO(WorkerLocation);
 | 
|  
 | 
|  } // namespace WebCore
 | 
| 
 |