| Index: include/v8.h
|
| ===================================================================
|
| --- include/v8.h (revision 3115)
|
| +++ include/v8.h (working copy)
|
| @@ -452,8 +452,8 @@
|
| void* operator new(size_t size);
|
| void operator delete(void*, size_t);
|
|
|
| - // This Data class is accessible internally through a typedef in the
|
| - // ImplementationUtilities class.
|
| + // This Data class is accessible internally as HandleScopeData through a
|
| + // typedef in the ImplementationUtilities class.
|
| class V8EXPORT Data {
|
| public:
|
| int extensions;
|
|
|