Index: third_party/WebKit/Source/core/style/ComputedStyle.cpp |
diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp |
index 833e0495827befd6b5a9c021083e6b6c2955e5e7..0b60c5b2984298caeba241a74a5cfe36042963ad 100644 |
--- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp |
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp |
@@ -104,7 +104,7 @@ PassRefPtr<ComputedStyle> ComputedStyle::createAnonymousStyleWithDisplay( |
EDisplay display) { |
RefPtr<ComputedStyle> newStyle = ComputedStyle::create(); |
newStyle->inheritFrom(parentStyle); |
- newStyle->setUnicodeBidi(parentStyle.unicodeBidi()); |
+ newStyle->setUnicodeBidi(parentStyle.getUnicodeBidi()); |
newStyle->setDisplay(display); |
return newStyle; |
} |