| Index: Source/bindings/tests/results/V8TestInterfaceGarbageCollected.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceGarbageCollected.h b/Source/bindings/tests/results/V8TestInterfaceGarbageCollected.h
|
| index 479127609efe0f6689fadf7cb9e7efaa8b0120ac..03baed55906a7b7f862302646b72092d92a4aaaf 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceGarbageCollected.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceGarbageCollected.h
|
| @@ -32,7 +32,7 @@ public:
|
| static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static const int eventListenerCacheIndex = v8DefaultWrapperInternalFieldCount + 0;
|
| static const int persistentHandleIndex = v8DefaultWrapperInternalFieldCount + 1;
|
| - static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 2;
|
| + static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 1 + 1;
|
| static inline void* toInternalPointer(TestInterfaceGarbageCollected* impl)
|
| {
|
| return V8EventTarget::toInternalPointer(impl);
|
|
|