| Index: third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.cpp
|
| index 1edfcc7adbdecfbc4a42c35f9c2e57310e229503..43dfdad77caf191d7c49184ad7c24870b6454626 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.cpp
|
| @@ -34,7 +34,7 @@
|
| namespace AnimationAgentState {
|
| static const char animationAgentEnabled[] = "animationAgentEnabled";
|
| static const char animationAgentPlaybackRate[] = "animationAgentPlaybackRate";
|
| -}
|
| +} // namespace AnimationAgentState
|
|
|
| namespace blink {
|
|
|
|
|