Title: [122263] branches/chromium/1180/Source/WebCore/dom/NodeRareData.h
Revision
122263
Author
[email protected]
Date
2012-07-10 14:21:45 -0700 (Tue, 10 Jul 2012)

Log Message

Merge 121105
BUG=134088
Review URL: https://chromiumcodereview.appspot.com/10704139

Modified Paths

Diff

Modified: branches/chromium/1180/Source/WebCore/dom/NodeRareData.h (122262 => 122263)


--- branches/chromium/1180/Source/WebCore/dom/NodeRareData.h	2012-07-10 21:21:34 UTC (rev 122262)
+++ branches/chromium/1180/Source/WebCore/dom/NodeRareData.h	2012-07-10 21:21:45 UTC (rev 122263)
@@ -50,7 +50,7 @@
     WTF_MAKE_NONCOPYABLE(NodeListsNodeData); WTF_MAKE_FAST_ALLOCATED;
 public:
     template <typename StringType>
-    struct NodeListCacheMapEntryHash : public WTF::PairHash<unsigned char, StringType> {
+    struct NodeListCacheMapEntryHash {
         static unsigned hash(const std::pair<unsigned char, StringType>& entry)
         {
             return DefaultHash<StringType>::Hash::hash(entry.second) + entry.first;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to