Chromium Code Reviews| Index: third_party/WebKit/Source/bindings/core/v8/ScriptState.h |
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptState.h b/third_party/WebKit/Source/bindings/core/v8/ScriptState.h |
| index 2988c0c4a58ec6596e8309882c95c42ec50ed1b2..3d30288acbb4cd7f29d2fe9c313c83fff59ee411 100644 |
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptState.h |
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptState.h |
| @@ -164,6 +164,6 @@ private: |
| ScopedPersistent<v8::Context> m_context; |
| }; |
| -} |
| +} // namespace blink |
| #endif // ScriptState_h |