Chromium Code Reviews| Index: third_party/WebKit/Source/bindings/core/v8/ArrayValue.h |
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ArrayValue.h b/third_party/WebKit/Source/bindings/core/v8/ArrayValue.h |
| index fe05836ecaf07562e5625f918ad7f9ca279942f7..9020d4dcc23c5cd8bd9d7ced2101d366822ccb77 100644 |
| --- a/third_party/WebKit/Source/bindings/core/v8/ArrayValue.h |
| +++ b/third_party/WebKit/Source/bindings/core/v8/ArrayValue.h |
| @@ -65,6 +65,6 @@ private: |
| mutable NonThrowableExceptionState m_exceptionState; |
| }; |
| -} |
| +} // namespace blink |
| #endif // ArrayValue_h |