Index: Source/modules/geolocation/testing/InternalsGeolocation.h |
diff --git a/Source/modules/geolocation/testing/InternalsGeolocation.h b/Source/modules/geolocation/testing/InternalsGeolocation.h |
index 1c9f64a96b7bfd0f32c51c7f405da856bf043587..fa73feef7ae728d6886d1fcd164d68440eca37c3 100644 |
--- a/Source/modules/geolocation/testing/InternalsGeolocation.h |
+++ b/Source/modules/geolocation/testing/InternalsGeolocation.h |
@@ -32,6 +32,7 @@ |
#define InternalsGeolocation_h |
#include "platform/Timer.h" |
+#include "wtf/Allocator.h" |
#include "wtf/text/WTFString.h" |
namespace blink { |
@@ -41,6 +42,7 @@ class GeolocationClientMock; |
class Internals; |
class InternalsGeolocation { |
+ STATIC_ONLY(InternalsGeolocation); |
public: |
static void setGeolocationClientMock(Internals&, Document*); |
static void setGeolocationPosition(Internals&, Document*, double latitude, double longitude, double accuracy); |