Index: /trunk/src/VBox/Main/include/MachineImpl.h
===================================================================
--- /trunk/src/VBox/Main/include/MachineImpl.h	(revision 75454)
+++ /trunk/src/VBox/Main/include/MachineImpl.h	(revision 75455)
@@ -524,5 +524,5 @@
     virtual HRESULT i_onStorageDeviceChange(IMediumAttachment * /* mediumAttachment */, BOOL /* remove */,
                                             BOOL /* silent */) { return S_OK; }
-    virtual HRESULT i_onRecordChange() { return S_OK; }
+    virtual HRESULT i_onRecordingChange() { return S_OK; }
 
     HRESULT i_saveRegistryEntry(settings::MachineRegistryEntry &data);
@@ -1327,5 +1327,5 @@
     HRESULT i_onCPUChange(ULONG aCPU, BOOL aRemove);
     HRESULT i_onVRDEServerChange(BOOL aRestart);
-    HRESULT i_onRecordChange();
+    HRESULT i_onRecordingChange();
     HRESULT i_onUSBControllerChange();
     HRESULT i_onUSBDeviceAttach(IUSBDevice *aDevice,
Index: /trunk/src/VBox/Main/src-server/MachineImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/MachineImpl.cpp	(revision 75454)
+++ /trunk/src/VBox/Main/src-server/MachineImpl.cpp	(revision 75455)
@@ -14102,5 +14102,5 @@
  * @note Locks this object for reading.
  */
-HRESULT SessionMachine::i_onRecordChange()
+HRESULT SessionMachine::i_onRecordingChange()
 {
     LogFlowThisFunc(("\n"));
Index: /trunk/src/VBox/Main/src-server/RecordingSettingsImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/RecordingSettingsImpl.cpp	(revision 75454)
+++ /trunk/src/VBox/Main/src-server/RecordingSettingsImpl.cpp	(revision 75455)
@@ -219,5 +219,5 @@
 
         alock.release();
-        rc = m->pMachine->i_onRecordChange();
+        rc = m->pMachine->i_onRecordingChange();
         if (FAILED(rc))
         {
