Index: Source/core/css/CSSComputedStyleDeclaration.cpp |
diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp |
index 64b94f1fa26724e3fac4792de00010f301e6aaee..5b186b41558073da4c7d1558aecfea4de739deca 100644 |
--- a/Source/core/css/CSSComputedStyleDeclaration.cpp |
+++ b/Source/core/css/CSSComputedStyleDeclaration.cpp |
@@ -1120,6 +1120,7 @@ CSSComputedStyleDeclaration::~CSSComputedStyleDeclaration() |
{ |
} |
+#if !ENABLE(OILPAN) |
void CSSComputedStyleDeclaration::ref() |
{ |
++m_refCount; |
@@ -1131,6 +1132,7 @@ void CSSComputedStyleDeclaration::deref() |
if (!--m_refCount) |
delete this; |
} |
+#endif |
String CSSComputedStyleDeclaration::cssText() const |
{ |