diff options
Diffstat (limited to 'webkit/port/bindings/v8/v8_custom.h')
-rw-r--r-- | webkit/port/bindings/v8/v8_custom.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/port/bindings/v8/v8_custom.h b/webkit/port/bindings/v8/v8_custom.h index 64a2351..08ea4bc 100644 --- a/webkit/port/bindings/v8/v8_custom.h +++ b/webkit/port/bindings/v8/v8_custom.h @@ -37,6 +37,9 @@ class V8Custom { 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 = |