Title: [101254] trunk/Source/_javascript_Core
Revision
101254
Author
[email protected]
Date
2011-11-28 05:41:30 -0800 (Mon, 28 Nov 2011)

Log Message

Unreviewed prospective build fix. Touch the file to trigger correct
rebuild on the Qt mips/sh4/sl bot.

* wtf/unicode/qt4/UnicodeQt4.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (101253 => 101254)


--- trunk/Source/_javascript_Core/ChangeLog	2011-11-28 13:02:51 UTC (rev 101253)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-11-28 13:41:30 UTC (rev 101254)
@@ -1,3 +1,10 @@
+2011-11-28  Simon Hausmann  <[email protected]>
+
+        Unreviewed prospective build fix. Touch the file to trigger correct
+        rebuild on the Qt mips/sh4/sl bot.
+
+        * wtf/unicode/qt4/UnicodeQt4.h:
+
 2011-11-28  Tor Arne Vestbø  <[email protected]>
 
         [Qt] Remove cruft from project file

Modified: trunk/Source/_javascript_Core/wtf/unicode/qt4/UnicodeQt4.h (101253 => 101254)


--- trunk/Source/_javascript_Core/wtf/unicode/qt4/UnicodeQt4.h	2011-11-28 13:02:51 UTC (rev 101253)
+++ trunk/Source/_javascript_Core/wtf/unicode/qt4/UnicodeQt4.h	2011-11-28 13:41:30 UTC (rev 101254)
@@ -371,6 +371,7 @@
     return (CharCategory) U_MASK(QChar::category(uint32_t(c)));
 }
 
-} }
+} // namespace Unicode
+} // namespace WTF
 
 #endif // WTF_UNICODE_QT4_H
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to