Index: Source/core/css/PropertySetCSSStyleDeclaration.cpp |
diff --git a/Source/core/css/PropertySetCSSStyleDeclaration.cpp b/Source/core/css/PropertySetCSSStyleDeclaration.cpp |
index 140976939473e0247f639ca7ff1908dcfc42801d..27a9a3946f6e5a6c79e364f2e09cd22b5d35ccd5 100644 |
--- a/Source/core/css/PropertySetCSSStyleDeclaration.cpp |
+++ b/Source/core/css/PropertySetCSSStyleDeclaration.cpp |
@@ -383,7 +383,7 @@ void InlineCSSStyleDeclaration::didMutate(MutationType type) |
CSSStyleSheet* InlineCSSStyleDeclaration::parentStyleSheet() const |
{ |
- return m_parentElement ? m_parentElement->document().elementSheet() : 0; |
+ return m_parentElement ? &m_parentElement->document().elementSheet() : 0; |
} |
void InlineCSSStyleDeclaration::ref() |