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

Unified Diff: Source/modules/crypto/WorkerGlobalScopeCrypto.idl

Issue 130943004: Regularize extended attributes on partial interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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
« no previous file with comments | « Source/modules/crypto/WindowCrypto.idl ('k') | Source/modules/donottrack/NavigatorDoNotTrack.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/crypto/WorkerGlobalScopeCrypto.idl
diff --git a/Source/modules/crypto/WorkerGlobalScopeCrypto.idl b/Source/modules/crypto/WorkerGlobalScopeCrypto.idl
index 3044d427ba6fd67027c986ca10aed08223841708..e85ba50c95c8ad0ff9697081616a3c20470ceafb 100644
--- a/Source/modules/crypto/WorkerGlobalScopeCrypto.idl
+++ b/Source/modules/crypto/WorkerGlobalScopeCrypto.idl
@@ -28,6 +28,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-partial interface WorkerGlobalScope {
- [RuntimeEnabled=Crypto] readonly attribute WorkerCrypto crypto;
+[
+ RuntimeEnabled=Crypto,
+] partial interface WorkerGlobalScope {
+ readonly attribute WorkerCrypto crypto;
};
« no previous file with comments | « Source/modules/crypto/WindowCrypto.idl ('k') | Source/modules/donottrack/NavigatorDoNotTrack.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698