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

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

Issue 676563002: Service Worker: Annotate IDLs with [TypeChecking] to turn it on (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove TypeChecking=Unrestricted Created 6 years, 2 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/Body.idl
diff --git a/Source/modules/serviceworkers/Body.idl b/Source/modules/serviceworkers/Body.idl
index bb065791d04e55f218b92ad03f7326e013e3e5db..32b58835b7745cb7c9f74fcde732efc47918b9b7 100644
--- a/Source/modules/serviceworkers/Body.idl
+++ b/Source/modules/serviceworkers/Body.idl
@@ -9,6 +9,7 @@
NoInterfaceObject,
ActiveDOMObject,
GarbageCollected,
+ TypeChecking=Interface,
] interface Body {
readonly attribute boolean bodyUsed;
[CallWith=ScriptState] Promise arrayBuffer();
« no previous file with comments | « LayoutTests/http/tests/serviceworker/resources/cache-put-worker.js ('k') | Source/modules/serviceworkers/Cache.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698