Chromium Code Reviews| Index: src/accessors.h |
| diff --git a/src/accessors.h b/src/accessors.h |
| index 41993ea1c70daf2a54933436e4e2e160f0b34cbd..a4195d8f4216aba062b57080d145bb56bdc8881b 100644 |
| --- a/src/accessors.h |
| +++ b/src/accessors.h |
| @@ -32,6 +32,8 @@ namespace internal { |
| V(ScriptName) \ |
| V(ScriptSource) \ |
| V(ScriptType) \ |
| + V(ScriptSourceUrl) \ |
| + V(ScriptSourceMappingUrl) \ |
| V(StringLength) |
| // Accessors contains all predefined proxy accessors. |