Index: trunk/Source/core/dom/shadow/ShadowRoot.cpp |
=================================================================== |
--- trunk/Source/core/dom/shadow/ShadowRoot.cpp (revision 161481) |
+++ trunk/Source/core/dom/shadow/ShadowRoot.cpp (working copy) |
@@ -207,7 +207,7 @@ |
if (isOrphan()) |
return; |
- if (applyAuthorStyles() == value) |
+ if (m_applyAuthorStyles == value) |
return; |
m_applyAuthorStyles = value; |
@@ -233,7 +233,7 @@ |
if (isOrphan()) |
return; |
- if (value == resetStyleInheritance()) |
+ if (value == m_resetStyleInheritance) |
return; |
m_resetStyleInheritance = value; |