Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > dcae48bf587149745173ebfe1f4279da > files > 1

chromium-browser-stable-20.0.1132.57-2.1.mga1.src.rpm

--- chromium-19.0.1077.3/third_party/WebKit/Source/WTF/wtf/RefPtr.h.orig	2012-06-19 17:57:14.000000000 +0000
+++ chromium-19.0.1077.3/third_party/WebKit/Source/WTF/wtf/RefPtr.h	2012-06-19 17:57:25.000000000 +0000
@@ -55,7 +55,7 @@ namespace WTF {
         RefPtr(HashTableDeletedValueType) : m_ptr(hashTableDeletedValue()) { }
         bool isHashTableDeletedValue() const { return m_ptr == hashTableDeletedValue(); }
 
-        ALWAYS_INLINE ~RefPtr() { derefIfNotNull(m_ptr); }
+        /*ALWAYS_INLINE*/ ~RefPtr() { derefIfNotNull(m_ptr); }
 
         T* get() const { return m_ptr; }