Title: [143141] trunk/Source/_javascript_Core
Revision
143141
Author
[email protected]
Date
2013-02-17 19:33:40 -0800 (Sun, 17 Feb 2013)

Log Message

Unreviewed. Windows build fix.

* runtime/CodeCache.h:
(CodeCacheMap):

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (143140 => 143141)


--- trunk/Source/_javascript_Core/ChangeLog	2013-02-18 03:13:04 UTC (rev 143140)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-02-18 03:33:40 UTC (rev 143141)
@@ -1,3 +1,10 @@
+2013-02-17  Roger Fong  <[email protected]>
+
+        Unreviewed. Windows build fix.
+
+        * runtime/CodeCache.h:
+        (CodeCacheMap):
+
 2013-02-16  Geoffrey Garen  <[email protected]>
 
         Code cache should be explicit about what it caches

Modified: trunk/Source/_javascript_Core/runtime/CodeCache.h (143140 => 143141)


--- trunk/Source/_javascript_Core/runtime/CodeCache.h	2013-02-18 03:13:04 UTC (rev 143140)
+++ trunk/Source/_javascript_Core/runtime/CodeCache.h	2013-02-18 03:33:40 UTC (rev 143141)
@@ -108,7 +108,7 @@
 
 class CodeCacheMap {
     typedef HashMap<SourceCodeKey, Strong<JSCell>, SourceCodeKeyHash, SourceCodeKeyHashTraits> MapType;
-    typedef typename MapType::iterator iterator;
+    typedef MapType::iterator iterator;
 
 public:
     CodeCacheMap(size_t capacity)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to