| Index: third_party/WebKit/Source/modules/vr/VRDisplay.cpp
|
| diff --git a/third_party/WebKit/Source/modules/vr/VRDisplay.cpp b/third_party/WebKit/Source/modules/vr/VRDisplay.cpp
|
| index 8cab7bf6b5992028d69c81bdc05eb5494ef2e37f..42356ff9d830023964f01dc76d8139b76bc1c3cf 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRDisplay.cpp
|
| +++ b/third_party/WebKit/Source/modules/vr/VRDisplay.cpp
|
| @@ -151,7 +151,8 @@ ScriptPromise VRDisplay::requestPresent(ScriptState* scriptState,
|
| ScriptPromiseResolver* resolver = ScriptPromiseResolver::create(scriptState);
|
| ScriptPromise promise = resolver->promise();
|
|
|
| - // If the VRDisplay does not advertise the ability to present reject the request.
|
| + // If the VRDisplay does not advertise the ability to present reject the
|
| + // request.
|
| if (!m_capabilities->canPresent()) {
|
| DOMException* exception =
|
| DOMException::create(InvalidStateError, "VRDisplay cannot present.");
|
|
|