Title: [195294] trunk/Source/WebCore
Revision
195294
Author
[email protected]
Date
2016-01-19 09:50:17 -0800 (Tue, 19 Jan 2016)

Log Message

Unreviewed, fix typo in comment added in r195157.

* dom/DocumentType.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (195293 => 195294)


--- trunk/Source/WebCore/ChangeLog	2016-01-19 17:39:20 UTC (rev 195293)
+++ trunk/Source/WebCore/ChangeLog	2016-01-19 17:50:17 UTC (rev 195294)
@@ -1,3 +1,9 @@
+2016-01-19  Chris Dumez  <[email protected]>
+
+        Unreviewed, fix typo in comment added in r195157.
+
+        * dom/DocumentType.h:
+
 2016-01-18  Antti Koivisto  <[email protected]>
 
         Selector checker should not mutate document and style

Modified: trunk/Source/WebCore/dom/DocumentType.h (195293 => 195294)


--- trunk/Source/WebCore/dom/DocumentType.h	2016-01-19 17:39:20 UTC (rev 195293)
+++ trunk/Source/WebCore/dom/DocumentType.h	2016-01-19 17:50:17 UTC (rev 195294)
@@ -37,7 +37,7 @@
         return adoptRef(*new DocumentType(document, name, publicId, systemId));
     }
 
-    // These is needed by native bindings for backward compatibility.
+    // These are needed by ObjC / GObject bindings for backward compatibility.
     NamedNodeMap* entitiesForBindings() const { return nullptr; }
     NamedNodeMap* notationsForBindings() const { return nullptr; }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to