| Index: third_party/WebKit/Source/core/editing/EditingStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/EditingStyle.cpp b/third_party/WebKit/Source/core/editing/EditingStyle.cpp
|
| index b9a045118e878551be8bb8210ea17d7acf9596a9..c0661d8f61d30c76b8e5f4abc6255a0906d14f8b 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/EditingStyle.cpp
|
| @@ -816,7 +816,7 @@ TriState EditingStyle::TriStateOfStyle(
|
| }
|
| }
|
| }
|
| - if (&node == selection.end().AnchorNode())
|
| + if (&node == selection.End().AnchorNode())
|
| break;
|
| }
|
|
|
|
|