| Index: Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.h
|
| diff --git a/Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.h b/Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.h
|
| index 4ec283dd0df603c5c23b1845a75645d135f423cb..46f36a7932b90883cf1b0a0c4f613c21d2832ce9 100644
|
| --- a/Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.h
|
| +++ b/Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.h
|
| @@ -29,7 +29,7 @@ public:
|
| static const WrapperTypeInfo wrapperTypeInfo;
|
| static void refObject(ScriptWrappableBase* internalPointer);
|
| static void derefObject(ScriptWrappableBase* internalPointer);
|
| - static PersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer);
|
| + static WrapperPersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer);
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| static inline ScriptWrappableBase* toScriptWrappableBase(TestSpecialOperationsNotEnumerable* impl)
|
| {
|
|
|