Commit 028a68b3 authored by Yuki Shiino's avatar Yuki Shiino Committed by Commit Bot

v8bindings: Fix [Exposed, RuntimeEnabled] of CookieStoreManager

Bug: 839389
Change-Id: I53e24ce80afe150ddaffe569537fd0cabdd7eed7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2215862Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Commit-Queue: Yuki Shiino <yukishiino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#772176}
parent 911bdcd8
......@@ -5,8 +5,7 @@
// https://wicg.github.io/cookie-store/explainer.html#the-change-events-api
[
Exposed=(ServiceWorker,Window),
RuntimeEnabled=CookieStoreWorker,
Exposed(ServiceWorker CookieStoreWorker, Window CookieStoreDocument),
SecureContext
] interface CookieStoreManager {
[CallWith=ScriptState, MeasureAs=CookieStoreAPI, RaisesException]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment