| Index: webkit/port/bindings/v8/v8_custom.h
|
| ===================================================================
|
| --- webkit/port/bindings/v8/v8_custom.h (revision 12540)
|
| +++ webkit/port/bindings/v8/v8_custom.h (working copy)
|
| @@ -121,12 +121,14 @@
|
| kDefaultWrapperInternalFieldCount + 1;
|
| #endif
|
|
|
| - static const int kDOMWindowLocationIndex =
|
| + static const int kDOMWindowHistoryIndex =
|
| kDefaultWrapperInternalFieldCount + 0;
|
| static const int kDOMWindowNavigatorIndex =
|
| kDefaultWrapperInternalFieldCount + 1;
|
| + static const int kDOMWindowLocationIndex =
|
| + kDefaultWrapperInternalFieldCount + 2;
|
| static const int kDOMWindowInternalFieldCount =
|
| - kDefaultWrapperInternalFieldCount + 2;
|
| + kDefaultWrapperInternalFieldCount + 3;
|
|
|
| static const int kStyleSheetOwnerNodeIndex =
|
| kDefaultWrapperInternalFieldCount + 0;
|
|
|