Title: [147941] trunk/Source/_javascript_Core
Revision
147941
Author
[email protected]
Date
2013-04-08 12:06:57 -0700 (Mon, 08 Apr 2013)

Log Message

Build fix.

Modified Paths


Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (147940 => 147941)


--- trunk/Source/_javascript_Core/ChangeLog	2013-04-08 18:39:24 UTC (rev 147940)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-04-08 19:06:57 UTC (rev 147941)
@@ -1,3 +1,10 @@
+2013-04-08  Oliver Hunt  <[email protected]>
+
+        Build fix.
+
+        * assembler/ARMv7Assembler.h:
+        (ARMv7Assembler):
+
 2013-04-08  Justin Haygood  <[email protected]>
 
         Allow KeywordLookupGenerator.py to work on Windows with Windows style line endings

Modified: trunk/Source/_javascript_Core/assembler/ARMv7Assembler.h (147940 => 147941)


--- trunk/Source/_javascript_Core/assembler/ARMv7Assembler.h	2013-04-08 18:39:24 UTC (rev 147940)
+++ trunk/Source/_javascript_Core/assembler/ARMv7Assembler.h	2013-04-08 19:06:57 UTC (rev 147941)
@@ -2778,7 +2778,7 @@
         AssemblerBuffer m_buffer;
     } m_formatter;
 
-    Vector<LinkRecord> m_jumpsToLink;
+    Vector<LinkRecord, 0, UnsafeVectorOverflow> m_jumpsToLink;
     int m_indexOfLastWatchpoint;
     int m_indexOfTailOfLastWatchpoint;
 };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to