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

Unified Diff: Source/modules/serviceworkers/Response.idl

Issue 265773010: Add initial support for [Exposed=xx] extended IDL attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix comments Created 6 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: Source/modules/serviceworkers/Response.idl
diff --git a/Source/modules/serviceworkers/Response.idl b/Source/modules/serviceworkers/Response.idl
index 2ed38cd9d1eaa7a8379d58f08cd6bd2a4f7f2728..75c25bd90182e0898dfe172165205ce6b6448ef0 100644
--- a/Source/modules/serviceworkers/Response.idl
+++ b/Source/modules/serviceworkers/Response.idl
@@ -5,7 +5,7 @@
[
Constructor(optional Dictionary responseInitDict),
RuntimeEnabled=ServiceWorker,
- GlobalContext=ServiceWorkerGlobalScope,
+ Exposed=ServiceWorker
] interface Response {
attribute unsigned short statusCode;
« no previous file with comments | « Source/modules/serviceworkers/InstallPhaseEvent.idl ('k') | Source/modules/serviceworkers/ServiceWorkerClients.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698