Chromium Code Reviews| Index: vm/object.h |
| =================================================================== |
| --- vm/object.h (revision 1624) |
| +++ vm/object.h (working copy) |
| @@ -1569,6 +1569,8 @@ |
| static void InitCoreLibrary(Isolate* isolate); |
| static RawLibrary* CoreLibrary(); |
| static RawLibrary* CoreImplLibrary(); |
| + static void InitNativeWrappersLibrary(Isolate* isolate); |
| + static RawLibrary* NativeWrappersLibrary(); |
| // Eagerly compile all classes and functions in the library. |
| static void CompileAll(); |