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

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

Issue 1805843002: [v8 gc] Introduce a base class for all objects that can have pending activity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 4 years, 9 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.idl
diff --git a/third_party/WebKit/Source/modules/netinfo/NetworkInformation.idl b/third_party/WebKit/Source/modules/netinfo/NetworkInformation.idl
index c45ccdb04fd99f798098570615019dbdb8bb2d9f..9db26ac40a723685cae6a448d879c288dadefce9 100644
--- a/third_party/WebKit/Source/modules/netinfo/NetworkInformation.idl
+++ b/third_party/WebKit/Source/modules/netinfo/NetworkInformation.idl
@@ -16,10 +16,11 @@ enum ConnectionType {
typedef unrestricted double Megabit;
[
- RuntimeEnabled=NetworkInformation,
+ ActiveScriptWrappable,
+ DependentLifetime,
Exposed=(Window,Worker),
GarbageCollected,
- DependentLifetime
+ RuntimeEnabled=NetworkInformation,
] interface NetworkInformation : EventTarget {
[MeasureAs=NetInfoType] readonly attribute ConnectionType type;
[RuntimeEnabled=NetInfoDownlinkMax, MeasureAs=NetInfoDownlinkMax] readonly attribute Megabit downlinkMax;

Powered by Google App Engine
This is Rietveld 408576698