Title: [166533] trunk/Source/WebCore
Revision
166533
Author
[email protected]
Date
2014-03-31 15:04:27 -0700 (Mon, 31 Mar 2014)

Log Message

Unreviewed. iOS build fix after r166532. Add missing comma.

* dom/DocumentMarker.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (166532 => 166533)


--- trunk/Source/WebCore/ChangeLog	2014-03-31 21:53:42 UTC (rev 166532)
+++ trunk/Source/WebCore/ChangeLog	2014-03-31 22:04:27 UTC (rev 166533)
@@ -1,3 +1,9 @@
+2014-03-31  Pratik Solanki  <[email protected]>
+
+        Unreviewed. iOS build fix after r166532. Add missing comma.
+
+        * dom/DocumentMarker.h:
+
 2014-03-31  Brady Eidson  <[email protected]>
 
         Add variant of phone number parsing that use DocumentMarker in the current selection

Modified: trunk/Source/WebCore/dom/DocumentMarker.h (166532 => 166533)


--- trunk/Source/WebCore/dom/DocumentMarker.h	2014-03-31 21:53:42 UTC (rev 166532)
+++ trunk/Source/WebCore/dom/DocumentMarker.h	2014-03-31 22:04:27 UTC (rev 166533)
@@ -72,7 +72,7 @@
         // and it has alternative text.
         DictationAlternatives = 1 << 9,
 #if ENABLE(TELEPHONE_NUMBER_DETECTION)
-        TelephoneNumber = 1 << 10
+        TelephoneNumber = 1 << 10,
 #endif
 #if PLATFORM(IOS)
         // FIXME: iOS should share the same Dictation marks as everyone else.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to