diff options
Diffstat (limited to 'webkit/port/bindings/v8/v8_custom.h')
-rw-r--r-- | webkit/port/bindings/v8/v8_custom.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/port/bindings/v8/v8_custom.h b/webkit/port/bindings/v8/v8_custom.h index c93fdf9..64a2351 100644 --- a/webkit/port/bindings/v8/v8_custom.h +++ b/webkit/port/bindings/v8/v8_custom.h @@ -33,8 +33,8 @@ class V8Custom { public: // Constants. - static const int kDOMWrapperObjectIndex = 0; - static const int kDOMWrapperTypeIndex = 1; + static const int kDOMWrapperTypeIndex = 0; + static const int kDOMWrapperObjectIndex = 1; static const int kDefaultWrapperInternalFieldCount = 2; static const int kDocumentImplementationIndex = |