Title: [212743] trunk/Source/WebCore
Revision
212743
Author
[email protected]
Date
2017-02-21 13:15:17 -0800 (Tue, 21 Feb 2017)

Log Message

Fix the bad JSON.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (212742 => 212743)


--- trunk/Source/WebCore/ChangeLog	2017-02-21 21:04:50 UTC (rev 212742)
+++ trunk/Source/WebCore/ChangeLog	2017-02-21 21:15:17 UTC (rev 212743)
@@ -1,3 +1,9 @@
+2017-02-21  Simon Fraser  <[email protected]>
+
+        Fix the bad JSON.
+
+        * features.json:
+
 2017-02-21  Andreas Kling  <[email protected]>
 
         [iOS] WebKit1 should use shared memory pressure handler code.

Modified: trunk/Source/WebCore/features.json (212742 => 212743)


--- trunk/Source/WebCore/features.json	2017-02-21 21:04:50 UTC (rev 212742)
+++ trunk/Source/WebCore/features.json	2017-02-21 21:15:17 UTC (rev 212743)
@@ -1075,8 +1075,8 @@
         },
         "url": "https://www.w3.org/TR/webaudio/",
         "keywords": ["audio, webaudio"],
-        "description": "A high-level _javascript_ API for processing and synthesizing audio in web applications."
-        "comment": "WebKit's implementation does not match the current specification.",
+        "description": "A high-level _javascript_ API for processing and synthesizing audio in web applications.",
+        "comment": "WebKit's implementation does not match the current specification."
     },
     {
         "name": "Web Bluetooth",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to