| Index: third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.h b/third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.h
|
| index 7b1800650fbcbb09f37df96390d7189664674fa8..4ef279ceb3ad8bbd4189f942fe30d4f0d3df8a75 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.h
|
| @@ -20,6 +20,7 @@
|
| #include "bindings/tests/idls/core/TestInterface2.h"
|
| #include "core/CoreExport.h"
|
| #include "core/dom/DOMTypedArray.h"
|
| +#include "core/dom/MaybeShared.h"
|
| #include "core/testing/InternalDictionary.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Vector.h"
|
| @@ -172,8 +173,8 @@ class CORE_EXPORT TestDictionary : public IDLDictionaryBase {
|
| void setTestObjectSequenceMember(const HeapVector<Member<TestObject>>&);
|
|
|
| bool hasUint8ArrayMember() const;
|
| - DOMUint8Array* uint8ArrayMember() const;
|
| - void setUint8ArrayMember(DOMUint8Array*);
|
| + MaybeShared<DOMUint8Array> uint8ArrayMember() const;
|
| + void setUint8ArrayMember(MaybeShared<DOMUint8Array>);
|
|
|
| bool hasUnrestrictedDoubleMember() const;
|
| double unrestrictedDoubleMember() const;
|
|
|