| 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 4318b01f7cde3dae2e4e55f7c3b2daba809b6cb0..075627104e4918147f9a9af3e2478da6cf702562 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -1562,7 +1562,7 @@ CounterDirectiveMap& ComputedStyle::accessCounterDirectives() {
|
| const CounterDirectives ComputedStyle::getCounterDirectives(
|
| const AtomicString& identifier) const {
|
| if (const CounterDirectiveMap* directives = counterDirectives())
|
| - return directives->get(identifier);
|
| + return directives->at(identifier);
|
| return CounterDirectives();
|
| }
|
|
|
|
|