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

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

Issue 78713009: Introduce toV8NoInline (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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/ServiceWorker.idl
diff --git a/Source/modules/serviceworkers/ServiceWorker.idl b/Source/modules/serviceworkers/ServiceWorker.idl
index b58eb9005dc907d0e3b48c26e6d07c517ee0f85e..ef81846083aa5535727d2d1f5f2e563cdf4a66b1 100644
--- a/Source/modules/serviceworkers/ServiceWorker.idl
+++ b/Source/modules/serviceworkers/ServiceWorker.idl
@@ -29,6 +29,7 @@
*/
[
RuntimeEnabled=ServiceWorker,
- NoInterfaceObject
+ NoInterfaceObject,
+ PromiseResolutionTarget,
] interface ServiceWorker {
};
« Source/core/dom/DOMError.idl ('K') | « Source/modules/serviceworkers/NavigatorServiceWorker.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698