Index: Source/modules/geolocation/Geoposition.cpp |
diff --git a/Source/modules/geolocation/Geoposition.cpp b/Source/modules/geolocation/Geoposition.cpp |
deleted file mode 100644 |
index ff6b4f504e4102cf8517e14559a44e2e311611b2..0000000000000000000000000000000000000000 |
--- a/Source/modules/geolocation/Geoposition.cpp |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-// Copyright 2014 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#include "config.h" |
-#include "modules/geolocation/Geoposition.h" |
- |
-namespace WebCore { |
- |
-DEFINE_GC_INFO(Geoposition); |
- |
-void Geoposition::trace(Visitor* visitor) |
-{ |
- visitor->trace(m_coordinates); |
-} |
- |
-} |