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

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

Issue 434133002: Support WebIDL's ExtendedAttributeIdentList in the Blink parser (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 4 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: Source/modules/netinfo/NetworkInformation.idl
diff --git a/Source/modules/netinfo/NetworkInformation.idl b/Source/modules/netinfo/NetworkInformation.idl
index 45b85609f33bd85683d94b0677930e48074e6669..8a4f8487ba79f5d3c153b1d2d9cff807290f3c76 100644
--- a/Source/modules/netinfo/NetworkInformation.idl
+++ b/Source/modules/netinfo/NetworkInformation.idl
@@ -14,7 +14,7 @@ enum ConnectionType {
[
RuntimeEnabled=NetworkInformation,
- Exposed=Window&Worker,
+ Exposed=(Window,Worker),
WillBeGarbageCollected,
ActiveDOMObject
] interface NetworkInformation : EventTarget {
« no previous file with comments | « Source/modules/geofencing/CircularRegion.idl ('k') | Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698