Index: src/macros.py |
diff --git a/src/macros.py b/src/macros.py |
index b3ff0fcf11fb1888c7c9059c4df45b21cec8dfda..ce9d7e8f4b6a8d96f38ad2f33ccf8179ab5b972f 100644 |
--- a/src/macros.py |
+++ b/src/macros.py |
@@ -254,7 +254,7 @@ macro OVERRIDE_SUBJECT(override) = ((override)[(override).length - 1]); |
macro OVERRIDE_CAPTURE(override, index) = ((override)[(index)]); |
# PropertyDescriptor return value indices - must match |
-# PropertyDescriptorIndices in runtime.cc. |
+# PropertyDescriptorIndices in runtime-object.cc. |
const IS_ACCESSOR_INDEX = 0; |
const VALUE_INDEX = 1; |
const GETTER_INDEX = 2; |