| Index: third_party/WebKit/Source/modules/vr/VRController.cpp
|
| diff --git a/third_party/WebKit/Source/modules/vr/VRController.cpp b/third_party/WebKit/Source/modules/vr/VRController.cpp
|
| index 6fa41fab826dc2cf022b6a5eba2f2ffe11daacca..d3a5457662e800e4b3c0aebdcbd49525a2c8d51e 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRController.cpp
|
| +++ b/third_party/WebKit/Source/modules/vr/VRController.cpp
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "modules/vr/VRController.h"
|
|
|
| +#include "bindings/core/v8/ScriptPromiseResolver.h"
|
| #include "core/dom/DOMException.h"
|
| #include "core/dom/Document.h"
|
| #include "core/frame/LocalFrame.h"
|
|
|