| Index: webkit/port/bindings/v8/v8_custom.h
|
| ===================================================================
|
| --- webkit/port/bindings/v8/v8_custom.h (revision 6781)
|
| +++ webkit/port/bindings/v8/v8_custom.h (working copy)
|
| @@ -37,6 +37,9 @@
|
| static const int kDOMWrapperObjectIndex = 1;
|
| static const int kDefaultWrapperInternalFieldCount = 2;
|
|
|
| + static const int kNPObjectInternalFieldCount =
|
| + kDefaultWrapperInternalFieldCount + 0;
|
| +
|
| static const int kDocumentImplementationIndex =
|
| kDefaultWrapperInternalFieldCount + 0;
|
| static const int kDocumentMinimumInternalFieldCount =
|
|
|