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

Log Message

Fix ImageBitmap comment to not insert a <canvas>.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (212764 => 212765)


--- trunk/Source/WebCore/ChangeLog	2017-02-21 22:52:37 UTC (rev 212764)
+++ trunk/Source/WebCore/ChangeLog	2017-02-21 22:54:17 UTC (rev 212765)
@@ -1,3 +1,9 @@
+2017-02-21  Simon Fraser  <[email protected]>
+
+        Fix ImageBitmap comment to not insert a <canvas>.
+
+        * features.json:
+
 2017-02-21  John Wilander  <[email protected]>
 
         Resource Load Statistics: Add alternate classification method

Modified: trunk/Source/WebCore/features.json (212764 => 212765)


--- trunk/Source/WebCore/features.json	2017-02-21 22:52:37 UTC (rev 212764)
+++ trunk/Source/WebCore/features.json	2017-02-21 22:54:17 UTC (rev 212765)
@@ -833,7 +833,7 @@
         "url": "https://html.spec.whatwg.org/multipage/webappapis.html#imagebitmap",
         "webkit-url": "https://webkit.org/b/",
         "specification": "HTML5",
-        "description": "An interface for drawing bitmap images to a <canvas> without undue latency.",
+        "description": "An interface for drawing bitmap images to a &lt;canvas&gt; without undue latency.",
         "contact": {
             "name": "Jonathan Davis",
             "email": "[email protected]",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to