| Index: Source/core/editing/SimplifyMarkupCommand.cpp
|
| diff --git a/Source/core/editing/SimplifyMarkupCommand.cpp b/Source/core/editing/SimplifyMarkupCommand.cpp
|
| index 765f7bdd664f79b01e2e0d0643ac8b20ef7429af..5c6cd6b726b255ca5588b18bd3bb570831f000fe 100644
|
| --- a/Source/core/editing/SimplifyMarkupCommand.cpp
|
| +++ b/Source/core/editing/SimplifyMarkupCommand.cpp
|
| @@ -77,7 +77,7 @@ void SimplifyMarkupCommand::doApply()
|
| }
|
|
|
| unsigned context;
|
| - if (currentNode->renderStyle()->visualInvalidationDiff(startingStyle, context) == StyleDifferenceEqual)
|
| + if (currentNode->renderStyle()->visualInvalidationDiff(*startingStyle, context) == StyleDifferenceEqual)
|
| topNodeWithStartingStyle = currentNode;
|
|
|
| }
|
|
|