Index: Source/modules/geolocation/NavigatorGeolocation.cpp |
diff --git a/Source/modules/geolocation/NavigatorGeolocation.cpp b/Source/modules/geolocation/NavigatorGeolocation.cpp |
index 49e1c0d1df2ffd989a299e0ab30497f87056d35a..50ecb4d63a344fe19c8d748dffe6e963e2a99cf4 100644 |
--- a/Source/modules/geolocation/NavigatorGeolocation.cpp |
+++ b/Source/modules/geolocation/NavigatorGeolocation.cpp |
@@ -70,6 +70,7 @@ void NavigatorGeolocation::trace(Visitor* visitor) |
{ |
visitor->trace(m_geolocation); |
WillBeHeapSupplement<Navigator>::trace(visitor); |
+ DOMWindowProperty::trace(visitor); |
} |
} // namespace blink |