Title: [87358] trunk/Source/_javascript_Core
Revision
87358
Author
[email protected]
Date
2011-05-25 22:19:25 -0700 (Wed, 25 May 2011)

Log Message

2011-05-25  Ryosuke Niwa  <[email protected]>

        An attempt to revive Windows bots.

        * runtime/RegExp.cpp:
        * runtime/RegExp.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (87357 => 87358)


--- trunk/Source/_javascript_Core/ChangeLog	2011-05-26 04:16:36 UTC (rev 87357)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-05-26 05:19:25 UTC (rev 87358)
@@ -1,3 +1,10 @@
+2011-05-25  Ryosuke Niwa  <[email protected]>
+
+        An attempt to revive Windows bots.
+
+        * runtime/RegExp.cpp:
+        * runtime/RegExp.h:
+
 2011-05-25  Gavin Barraclough  <[email protected]>
 
         Reviewed by Sam Weinig.

Modified: trunk/Source/_javascript_Core/runtime/RegExp.cpp (87357 => 87358)


--- trunk/Source/_javascript_Core/runtime/RegExp.cpp	2011-05-26 04:16:36 UTC (rev 87357)
+++ trunk/Source/_javascript_Core/runtime/RegExp.cpp	2011-05-26 05:19:25 UTC (rev 87358)
@@ -282,5 +282,5 @@
         printf("%-40.40s %16.16s %10d %10d\n", formattedPattern, jitAddr, m_rtMatchCallCount, m_rtMatchFoundCount);
     }
 #endif
-    
+
 } // namespace JSC

Modified: trunk/Source/_javascript_Core/runtime/RegExp.h (87357 => 87358)


--- trunk/Source/_javascript_Core/runtime/RegExp.h	2011-05-26 04:16:36 UTC (rev 87357)
+++ trunk/Source/_javascript_Core/runtime/RegExp.h	2011-05-26 05:19:25 UTC (rev 87358)
@@ -52,7 +52,7 @@
 
         int match(JSGlobalData&, const UString&, int startOffset, Vector<int, 32>* ovector = 0);
         unsigned numSubpatterns() const { return m_numSubpatterns; }
-        
+
         void invalidateCode();
         
 #if ENABLE(REGEXP_TRACING)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to