Chromium Code Reviews| Index: src/factory.h | 
| diff --git a/src/factory.h b/src/factory.h | 
| index ba6800b04d496e437429f744addbc0c340aa5669..6e51b6f2c7583a92322e4e7e2f71dad028e8e2f3 100644 | 
| --- a/src/factory.h | 
| +++ b/src/factory.h | 
| @@ -58,6 +58,9 @@ class Factory FINAL { | 
| // Create a new boxed value. | 
| Handle<Box> NewBox(Handle<Object> value); | 
| + // Create a new PrototypeInfo struct. | 
| + Handle<PrototypeInfo> NewPrototypeInfo(); | 
| + | 
| // Create a pre-tenured empty AccessorPair. | 
| Handle<AccessorPair> NewAccessorPair(); |