| Index: third_party/WebKit/Source/bindings/core/v8/custom/V8PopStateEventCustom.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/custom/V8PopStateEventCustom.cpp b/third_party/WebKit/Source/bindings/core/v8/custom/V8PopStateEventCustom.cpp
|
| index 351abf9c8b0eb174691ba08fa1cdd79132406a73..c03f28fb295814b4042018ec47163aa65fbbf4d6 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/custom/V8PopStateEventCustom.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/custom/V8PopStateEventCustom.cpp
|
| @@ -41,7 +41,7 @@ namespace {
|
| // |kSymbolKey| is a key for a cached attribute for History.state.
|
| // TODO(peria): Do not use this cached attribute directly.
|
| constexpr char kSymbolKey[] = "History#State";
|
| -}
|
| +} // namespace
|
|
|
| // Save the state value to a hidden attribute in the V8PopStateEvent, and return
|
| // it, for convenience.
|
|
|