Title: [266700] trunk/Source/WebCore
Revision
266700
Author
[email protected]
Date
2020-09-07 09:11:10 -0700 (Mon, 07 Sep 2020)

Log Message

Update IDLAttributes.json to forbid Exposed on dictionary
https://bugs.webkit.org/show_bug.cgi?id=216243

Reviewed by Alex Christensen.

* bindings/scripts/IDLAttributes.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (266699 => 266700)


--- trunk/Source/WebCore/ChangeLog	2020-09-07 15:51:25 UTC (rev 266699)
+++ trunk/Source/WebCore/ChangeLog	2020-09-07 16:11:10 UTC (rev 266700)
@@ -1,5 +1,14 @@
 2020-09-07  Youenn Fablet  <[email protected]>
 
+        Update IDLAttributes.json to forbid Exposed on dictionary
+        https://bugs.webkit.org/show_bug.cgi?id=216243
+
+        Reviewed by Alex Christensen.
+
+        * bindings/scripts/IDLAttributes.json:
+
+2020-09-07  Youenn Fablet  <[email protected]>
+
         Safari takes too long to fetch images from memory cache
         https://bugs.webkit.org/show_bug.cgi?id=216048
         <rdar://problem/68260952>

Modified: trunk/Source/WebCore/bindings/scripts/IDLAttributes.json (266699 => 266700)


--- trunk/Source/WebCore/bindings/scripts/IDLAttributes.json	2020-09-07 15:51:25 UTC (rev 266699)
+++ trunk/Source/WebCore/bindings/scripts/IDLAttributes.json	2020-09-07 16:11:10 UTC (rev 266700)
@@ -213,7 +213,7 @@
             "contextsAllowed": ["interface"]
         },
         "Exposed": {
-            "contextsAllowed": ["interface", "attribute", "operation", "constant", "dictionary"],
+            "contextsAllowed": ["interface", "attribute", "operation", "constant"],
             "values": ["*"],
             "standard": {
                 "url": "https://heycam.github.io/webidl/#Exposed"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to