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 2e70ff7caecbe7b5fbe6d80f0a5890a8ab4f4c8b..50ff8caff79e11055faa4b4a3d1a48d7e42cf360 100644 |
--- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp |
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp |
@@ -371,9 +371,6 @@ void ComputedStyle::copyNonInheritedFromCached(const ComputedStyle& other) { |
m_nonInheritedData.m_position = other.m_nonInheritedData.m_position; |
m_nonInheritedData.m_hasViewportUnits = |
other.m_nonInheritedData.m_hasViewportUnits; |
- m_nonInheritedData.m_breakBefore = other.m_nonInheritedData.m_breakBefore; |
- m_nonInheritedData.m_breakAfter = other.m_nonInheritedData.m_breakAfter; |
- m_nonInheritedData.m_breakInside = other.m_nonInheritedData.m_breakInside; |
m_nonInheritedData.m_hasRemUnits = other.m_nonInheritedData.m_hasRemUnits; |
// Correctly set during selector matching: |