| Index: third_party/WebKit/Source/modules/fetch/Response.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Response.cpp b/third_party/WebKit/Source/modules/fetch/Response.cpp
|
| index e9138c8802955fa5dc50e11d8c1269187a160618..959d0d8d40d3f9587d240700ac6ffcb446c981af 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Response.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/Response.cpp
|
| @@ -101,7 +101,7 @@ bool isValidReasonPhrase(const String& statusText)
|
| return true;
|
| }
|
|
|
| -}
|
| +} // namespace
|
|
|
| Response* Response::create(ScriptState* scriptState, ExceptionState& exceptionState)
|
| {
|
|
|