Title: [184051] trunk/Source/_javascript_Core
- Revision
- 184051
- Author
- [email protected]
- Date
- 2015-05-10 13:19:11 -0700 (Sun, 10 May 2015)
Log Message
Remove unnecessary AtomicStringImpl* hash specification in PropertyNameArray.
Follow up to r184050 suggested by Darin.
* runtime/PropertyNameArray.h:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (184050 => 184051)
--- trunk/Source/_javascript_Core/ChangeLog 2015-05-10 20:03:57 UTC (rev 184050)
+++ trunk/Source/_javascript_Core/ChangeLog 2015-05-10 20:19:11 UTC (rev 184051)
@@ -1,5 +1,13 @@
2015-05-10 Andreas Kling <[email protected]>
+ Remove unnecessary AtomicStringImpl* hash specification in PropertyNameArray.
+
+ Follow up to r184050 suggested by Darin.
+
+ * runtime/PropertyNameArray.h:
+
+2015-05-10 Andreas Kling <[email protected]>
+
Remove unused things from PropertyNameArray.
<https://webkit.org/b/144834>
Modified: trunk/Source/_javascript_Core/runtime/PropertyNameArray.h (184050 => 184051)
--- trunk/Source/_javascript_Core/runtime/PropertyNameArray.h 2015-05-10 20:03:57 UTC (rev 184050)
+++ trunk/Source/_javascript_Core/runtime/PropertyNameArray.h 2015-05-10 20:19:11 UTC (rev 184051)
@@ -94,7 +94,7 @@
private:
RefPtr<PropertyNameArrayData> m_data;
- HashSet<AtomicStringImpl*, PtrHash<AtomicStringImpl*>> m_set;
+ HashSet<AtomicStringImpl*> m_set;
VM* m_vm;
};
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes