Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(418)

Unified Diff: third_party/WebKit/Source/core/frame/NavigatorOnLine.h

Issue 2606643002: Supplement should have a Member to the corresponding Supplementable object (Closed)
Patch Set: temp Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/frame/NavigatorOnLine.h
diff --git a/third_party/WebKit/Source/core/frame/NavigatorOnLine.h b/third_party/WebKit/Source/core/frame/NavigatorOnLine.h
index e78654412a3cc8c79b4bb4e923efd7e7e09f6048..dd5121eff62b088975ebba34d39581cd5a803bf1 100644
--- a/third_party/WebKit/Source/core/frame/NavigatorOnLine.h
+++ b/third_party/WebKit/Source/core/frame/NavigatorOnLine.h
@@ -31,11 +31,12 @@
#ifndef NavigatorOnLine_h
#define NavigatorOnLine_h
+#include "core/CoreExport.h"
#include "core/page/NetworkStateNotifier.h"
namespace blink {
-class NavigatorOnLine {
+class CORE_EXPORT NavigatorOnLine {
public:
bool onLine() { return networkStateNotifier().onLine(); }
};

Powered by Google App Engine
This is Rietveld 408576698