Title: [250845] trunk/Source/WebCore
Revision
250845
Author
wenson_hs...@apple.com
Date
2019-10-08 11:54:01 -0700 (Tue, 08 Oct 2019)

Log Message

Unreviewed, fix WebCore's features.json after r250824

* features.json: Remove an erroneous "specification" key.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (250844 => 250845)


--- trunk/Source/WebCore/ChangeLog	2019-10-08 18:48:31 UTC (rev 250844)
+++ trunk/Source/WebCore/ChangeLog	2019-10-08 18:54:01 UTC (rev 250845)
@@ -1,3 +1,9 @@
+2019-10-08  Wenson Hsieh  <wenson_hs...@apple.com>
+
+        Unreviewed, fix WebCore's features.json after r250824
+
+        * features.json: Remove an erroneous "specification" key.
+
 2019-10-08  Chris Dumez  <cdu...@apple.com>
 
         Make sure ActiveDOMObject properly deals with detached documents

Modified: trunk/Source/WebCore/features.json (250844 => 250845)


--- trunk/Source/WebCore/features.json	2019-10-08 18:48:31 UTC (rev 250844)
+++ trunk/Source/WebCore/features.json	2019-10-08 18:54:01 UTC (rev 250845)
@@ -17,7 +17,6 @@
             "status": "In Development"
         },
         "url": "https://www.w3.org/TR/clipboard-apis/#async-clipboard-api",
-        "specification": "Clipboard API",
         "category": "webapps",
         "description": "An API that allows reading from and writing to the system clipboard.",
         "contact": {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to