Chromium Code Reviews| Index: src/factory.h |
| diff --git a/src/factory.h b/src/factory.h |
| index 3f4b2148fe70184bf7351bae0dd437b3e3027566..be8a5231bd53ec8acbd2a030a17b951ec08e65ca 100644 |
| --- a/src/factory.h |
| +++ b/src/factory.h |
| @@ -166,6 +166,9 @@ class Factory { |
| Handle<String> NewExternalStringFromTwoByte( |
| const ExternalTwoByteString::Resource* resource); |
| + // Create a symbol. |
| + Handle<Symbol> NewSymbol(); |
| + |
| // Create a global (but otherwise uninitialized) context. |
| Handle<Context> NewNativeContext(); |