Index: Source/core/frame/NavigatorOnLine.h |
diff --git a/Source/core/frame/NavigatorOnLine.h b/Source/core/frame/NavigatorOnLine.h |
index 5ae204d437cd42a3894667b72136fcf4cb32d8c9..7a89aa81a1062337ea5297676c93a308e43dc2f5 100644 |
--- a/Source/core/frame/NavigatorOnLine.h |
+++ b/Source/core/frame/NavigatorOnLine.h |
@@ -35,9 +35,11 @@ |
namespace WebCore { |
+class NavigatorBase; |
+ |
class NavigatorOnLine { |
public: |
- static bool onLine(void*) |
+ static bool onLine(NavigatorBase&) |
{ |
return networkStateNotifier().onLine(); |
} |