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

Unified Diff: third_party/WebKit/Source/modules/netinfo/NetworkInformation.h

Issue 1857143002: Oilpan: Remove RefCountedGarbageCollectedEventTargetWithInlineData (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months 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/modules/netinfo/NetworkInformation.h
diff --git a/third_party/WebKit/Source/modules/netinfo/NetworkInformation.h b/third_party/WebKit/Source/modules/netinfo/NetworkInformation.h
index 7e60034c5ea93317710fb1a35c25b2ecf79e8774..730a91815cd6fe74badb80bc08d30aafe811f377 100644
--- a/third_party/WebKit/Source/modules/netinfo/NetworkInformation.h
+++ b/third_party/WebKit/Source/modules/netinfo/NetworkInformation.h
@@ -16,7 +16,7 @@ namespace blink {
class ExecutionContext;
class NetworkInformation final
- : public RefCountedGarbageCollectedEventTargetWithInlineData<NetworkInformation>
+ : public EventTargetWithInlineData
, public ActiveScriptWrappable
, public ActiveDOMObject
, public NetworkStateNotifier::NetworkStateObserver {

Powered by Google App Engine
This is Rietveld 408576698