Title: [202892] trunk/Source/WebCore
Revision
202892
Author
[email protected]
Date
2016-07-06 20:38:48 -0700 (Wed, 06 Jul 2016)

Log Message

Fix my bogus json I landed earlier today.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (202891 => 202892)


--- trunk/Source/WebCore/ChangeLog	2016-07-07 03:25:51 UTC (rev 202891)
+++ trunk/Source/WebCore/ChangeLog	2016-07-07 03:38:48 UTC (rev 202892)
@@ -1,3 +1,9 @@
+2016-07-06  Brady Eidson  <[email protected]>
+
+        Fix my bogus json I landed earlier today.
+
+        * features.json:
+
 2016-07-06  Benjamin Poulain  <[email protected]>
 
         [JSC] Unify how we throw TypeError from C++

Modified: trunk/Source/WebCore/features.json (202891 => 202892)


--- trunk/Source/WebCore/features.json	2016-07-07 03:25:51 UTC (rev 202891)
+++ trunk/Source/WebCore/features.json	2016-07-07 03:38:48 UTC (rev 202892)
@@ -187,7 +187,7 @@
         },
         "url": "http://www.w3.org/TR/IndexedDB/",
         "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=149117",
-        "keywords": ["indexeddb", "index db", "indexed db", "indexed database" "idb"],
+        "keywords": ["indexeddb", "index db", "indexed db", "indexed database", "idb"],
         "description": "A standard interface to a browser database of records for simple values and objects. IndexedDB currently matches the W3C recommended spec (version 1). We are participating in development of version 2 of the spec and plan to implement new features as they stabilize.",
         "contact": {
             "name": "Brady Eidson",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to