chromium-browser-stable-sla.../chromium-19.0.1077.3-remove-inline.patch

12 lines
598 B
Diff
Raw Normal View History

2012-07-24 13:18:14 +04:00
--- 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; }