| 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 0f6b8e5d0f276e2a6528afc35b8418af8c2bcbb0..12dac02739349eb1dd4820eb0d1904cfb9ef42b1 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRController.cpp
|
| +++ b/third_party/WebKit/Source/modules/vr/VRController.cpp
|
| @@ -93,7 +93,7 @@ void VRController::onGetDisplays() {
|
| }
|
| }
|
|
|
| -void VRController::contextDestroyed() {
|
| +void VRController::contextDestroyed(ExecutionContext*) {
|
| dispose();
|
| }
|
|
|
|
|