Chromium Code Reviews| Index: src/runtime.h | 
| diff --git a/src/runtime.h b/src/runtime.h | 
| index fe9cfd9b2f3956a807b5bff556a443a7a188f7c9..e73d96776af3c11a74ae136dc28e5798e880df79 100644 | 
| --- a/src/runtime.h | 
| +++ b/src/runtime.h | 
| @@ -418,6 +418,7 @@ namespace internal { | 
| F(DebugReferencedBy, 3, 1) \ | 
| F(DebugConstructedBy, 2, 1) \ | 
| F(DebugGetPrototype, 1, 1) \ | 
| + F(DebugGetPrimitiveValue, 1, 1) \ | 
| F(DebugSetScriptSource, 2, 1) \ | 
| F(SystemBreak, 0, 1) \ | 
| F(DebugDisassembleFunction, 1, 1) \ |