| Index: Source/bindings/core/v8/SerializationTag.h
|
| diff --git a/Source/bindings/core/v8/SerializationTag.h b/Source/bindings/core/v8/SerializationTag.h
|
| index 7b49e803885c8cb0e3b2ad873fe8e0d755064813..bb0c4eceed003dd687da6690a71203927312a113 100644
|
| --- a/Source/bindings/core/v8/SerializationTag.h
|
| +++ b/Source/bindings/core/v8/SerializationTag.h
|
| @@ -78,7 +78,7 @@ enum SerializationTag {
|
| NumberObjectTag = 'n', // value:double -> new Number(value) (ref)
|
| TrueObjectTag = 'y', // new Boolean(true) (ref)
|
| FalseObjectTag = 'x', // new Boolean(false) (ref)
|
| - CompositorProxyTag = 'C',
|
| + CompositorProxyTag = 'C', // elementId:uint64_t, bitfields:uint32_t -> CompositorProxy (ref)
|
| VersionTag = 0xFF // version:uint32_t -> Uses this as the file version.
|
| };
|
|
|
|
|